Html Css Color HEX #15CEDC Dark Turquoise

📋 copy color: '#15CEDC'

red 21 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #15CEDC

Tints of Dark Turquoise #15CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 4.7%
G = 46.09%
B = 49.22%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15CEDC (or 0x15CEDC) is known color: Dark Turquoise. HEX triplet: 15, CE and DC. RGB value is (21,206,220). Sum of RGB (Red+Green+Blue) = 21+206+220=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #15CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CEDC is #EA3123. Grayscale: #989898. Windows color (decimal): -15348004 or 14470677. OLE color: 14470677.

HSL color Cylindrical-coordinate representation of color #15CEDC: hue angle of 184.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CEDC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 206 220 -
CMYK 0.90 0.06 0 0.14
HSL 184.22º 0.83% 0.47% -
HSV(B) 184.22º 0.9% 0.86% -
XYZ 35.3 49.47 75.4 -
YUV 152.28 166.21 34.36 -
System Red Green Blue C M Y K H S L
Decimal 21 206 220 0.90 0.06 0 0.14 184.22 0.83 0.47
Hex 15 CE DC 5A 6 0 E B8 53 2F
Octal 25 316 334 132 6 0 16 270 123 57
Binary 10101 11001110 11011100 1011010 110 0 1110 10111000 1010011 101111

Color Harmonies of #15CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CEDC

Black with #15CEDC

Text Example


Text Example

White with #15CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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