Html Css Color HEX #15EEBF Bright Turquoise

📋 copy color: '#15EEBF'

red 21 ◦ green 238 ◦ blue 191

#15EEBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #15EEBF

Tints of Bright Turquoise #15EEBF

RGB

 RED value IS 21 (8.59% from 255) = 4.67%

 GREEN value IS 238 (93.36% from 255) = 52.89%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 4.67%
G = 52.89%
B = 42.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#15EEBF (or 0x15EEBF) is known color: Bright Turquoise. HEX triplet: 15, EE and BF. RGB value is (21,238,191). Sum of RGB (Red+Green+Blue) = 21+238+191=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EEBF is #EA1140. Grayscale: #A7A7A7. Windows color (decimal): -15339841 or 12578325. OLE color: 12578325.

HSL color Cylindrical-coordinate representation of color #15EEBF: hue angle of 167º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EEBF is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 238 191 -
CMYK 0.91 0 0.20 0.07
HSL 167º 0.86% 0.51% -
HSV(B) 167º 0.91% 0.93% -
XYZ 40.29 65.07 59.73 -
YUV 167.76 141.11 23.32 -
System Red Green Blue C M Y K H S L
Decimal 21 238 191 0.91 0 0.20 0.07 167 0.86 0.51
Hex 15 EE BF 5B 0 14 7 A7 56 33
Octal 25 356 277 133 0 24 7 247 126 63
Binary 10101 11101110 10111111 1011011 0 10100 111 10100111 1010110 110011

Color Harmonies of #15EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EEBF

Black with #15EEBF

Text Example


Text Example

White with #15EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15EEBF; }

 p { color: rgb(21,238,191); }

 H1.HeaderClassName
 {
   color: #15EEBF;
 }
 .AnyTagClassName
 {
   color: #15EEBF;
 }
</style>

background-color css

<style>
 a { background-color: #15EEBF; }

 a { background-color: rgb(21,238,191); }

 div.DivClassName
 {
   background-color: #15EEBF;
 }
 .BgClassName
 {
   background-color: #15EEBF;
 }
</style>

border-color css

<style>
 span { border-color: #15EEBF; }

 span { border-color: rgb(21,238,191); }

 td.TdClassName
 {
   border-color: #15EEBF;
 }
 .TagClassName
 {
   border-color: #15EEBF;
 }
</style>