Html Css Color HEX #15E8CB Bright Turquoise

📋 copy color: '#15E8CB'

red 21 ◦ green 232 ◦ blue 203

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

Shades of Bright Turquoise #15E8CB

Tints of Bright Turquoise #15E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.88%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 4.61%
G = 50.88%
B = 44.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#15E8CB (or 0x15E8CB) is known color: Bright Turquoise. HEX triplet: 15, E8 and CB. RGB value is (21,232,203). Sum of RGB (Red+Green+Blue) = 21+232+203=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8CB is #EA1734. Grayscale: #A5A5A5. Windows color (decimal): -15341365 or 13363221. OLE color: 13363221.

HSL color Cylindrical-coordinate representation of color #15E8CB: hue angle of 171.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E8CB is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 232 203 -
CMYK 0.91 0 0.12 0.09
HSL 171.75º 0.83% 0.5% -
HSV(B) 171.75º 0.91% 0.91% -
XYZ 39.95 62.18 66.4 -
YUV 165.61 149.1 24.86 -
System Red Green Blue C M Y K H S L
Decimal 21 232 203 0.91 0 0.12 0.09 171.75 0.83 0.5
Hex 15 E8 CB 5B 0 C 9 AC 53 32
Octal 25 350 313 133 0 14 11 254 123 62
Binary 10101 11101000 11001011 1011011 0 1100 1001 10101100 1010011 110010

Color Harmonies of #15E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8CB

Black with #15E8CB

Text Example


Text Example

White with #15E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,232,203); }

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

background-color css

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

 a { background-color: rgb(21,232,203); }

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

border-color css

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

 span { border-color: rgb(21,232,203); }

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