Html Css Color HEX #15CEEA Dark Turquoise

📋 copy color: '#15CEEA'

red 21 ◦ green 206 ◦ blue 234

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

Shades of Dark Turquoise #15CEEA

Tints of Dark Turquoise #15CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 4.56%
G = 44.69%
B = 50.76%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#15CEEA (or 0x15CEEA) is known color: Dark Turquoise. HEX triplet: 15, CE and EA. RGB value is (21,206,234). Sum of RGB (Red+Green+Blue) = 21+206+234=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #15CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEEA is #EA3115. Grayscale: #999999. Windows color (decimal): -15347990 or 15388181. OLE color: 15388181.

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

Color convert

RGB 21 206 234 -
CMYK 0.91 0.12 0 0.08
HSL 187.89º 0.84% 0.5% -
HSV(B) 187.89º 0.91% 0.92% -
XYZ 37.23 50.24 85.58 -
YUV 153.88 173.21 33.22 -
System Red Green Blue C M Y K H S L
Decimal 21 206 234 0.91 0.12 0 0.08 187.89 0.84 0.5
Hex 15 CE EA 5B C 0 8 BC 54 32
Octal 25 316 352 133 14 0 10 274 124 62
Binary 10101 11001110 11101010 1011011 1100 0 1000 10111100 1010100 110010

Color Harmonies of #15CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CEEA

Black with #15CEEA

Text Example


Text Example

White with #15CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,206,234); }

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

background-color css

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

 a { background-color: rgb(21,206,234); }

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

border-color css

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

 span { border-color: rgb(21,206,234); }

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