Html Css Color HEX #24CCDB Dark Turquoise

📋 copy color: '#24CCDB'

red 36 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #24CCDB

Tints of Dark Turquoise #24CCDB

RGB

 RED value IS 36 (14.45% from 255) = 7.84%

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

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

R = 7.84%
G = 44.44%
B = 47.71%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24CCDB (or 0x24CCDB) is known color: Dark Turquoise. HEX triplet: 24, CC and DB. RGB value is (36,204,219). Sum of RGB (Red+Green+Blue) = 36+204+219=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #24CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CCDB is #DB3324. Grayscale: #9B9B9B. Windows color (decimal): -14365477 or 14404644. OLE color: 14404644.

HSL color Cylindrical-coordinate representation of color #24CCDB: hue angle of 184.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CCDB is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 204 219 -
CMYK 0.84 0.07 0 0.14
HSL 184.92º 0.72% 0.5% -
HSV(B) 184.92º 0.84% 0.86% -
XYZ 35.11 48.68 74.56 -
YUV 155.48 163.84 42.78 -
System Red Green Blue C M Y K H S L
Decimal 36 204 219 0.84 0.07 0 0.14 184.92 0.72 0.5
Hex 24 CC DB 54 7 0 E B9 48 32
Octal 44 314 333 124 7 0 16 271 110 62
Binary 100100 11001100 11011011 1010100 111 0 1110 10111001 1001000 110010

Color Harmonies of #24CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CCDB

Black with #24CCDB

Text Example


Text Example

White with #24CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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