Html Css Color HEX #15CCDB Dark Turquoise

📋 copy color: '#15CCDB'

red 21 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #15CCDB

Tints of Dark Turquoise #15CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 4.73%
G = 45.95%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15CCDB (or 0x15CCDB) is known color: Dark Turquoise. HEX triplet: 15, CC and DB. RGB value is (21,204,219). Sum of RGB (Red+Green+Blue) = 21+204+219=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #15CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CCDB is #EA3324. Grayscale: #969696. Windows color (decimal): -15348517 or 14404629. OLE color: 14404629.

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

Color convert

RGB 21 204 219 -
CMYK 0.90 0.07 0 0.14
HSL 184.55º 0.83% 0.47% -
HSV(B) 184.55º 0.9% 0.86% -
XYZ 34.69 48.46 74.54 -
YUV 150.99 166.37 35.28 -
System Red Green Blue C M Y K H S L
Decimal 21 204 219 0.90 0.07 0 0.14 184.55 0.83 0.47
Hex 15 CC DB 5A 7 0 E B9 52 2F
Octal 25 314 333 132 7 0 16 271 122 57
Binary 10101 11001100 11011011 1011010 111 0 1110 10111001 1010010 101111

Color Harmonies of #15CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CCDB

Black with #15CCDB

Text Example


Text Example

White with #15CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,204,219); }

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

background-color css

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

 a { background-color: rgb(21,204,219); }

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

border-color css

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

 span { border-color: rgb(21,204,219); }

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