Html Css Color HEX #15C4DC Dark Turquoise

📋 copy color: '#15C4DC'

red 21 ◦ green 196 ◦ blue 220

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

Shades of Dark Turquoise #15C4DC

Tints of Dark Turquoise #15C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

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

R = 4.81%
G = 44.85%
B = 50.34%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15C4DC (or 0x15C4DC) is known color: Dark Turquoise. HEX triplet: 15, C4 and DC. RGB value is (21,196,220). Sum of RGB (Red+Green+Blue) = 21+196+220=437 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.81% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #15C4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C4DC is #EA3B23. Grayscale: #929292. Windows color (decimal): -15350564 or 14468117. OLE color: 14468117.

HSL color Cylindrical-coordinate representation of color #15C4DC: hue angle of 187.24º 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 #15C4DC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 196 220 -
CMYK 0.90 0.11 0 0.14
HSL 187.24º 0.83% 0.47% -
HSV(B) 187.24º 0.9% 0.86% -
XYZ 32.97 44.81 74.62 -
YUV 146.41 169.52 38.55 -
System Red Green Blue C M Y K H S L
Decimal 21 196 220 0.90 0.11 0 0.14 187.24 0.83 0.47
Hex 15 C4 DC 5A B 0 E BB 53 2F
Octal 25 304 334 132 13 0 16 273 123 57
Binary 10101 11000100 11011100 1011010 1011 0 1110 10111011 1010011 101111

Color Harmonies of #15C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C4DC

Black with #15C4DC

Text Example


Text Example

White with #15C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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