Html Css Color HEX #24DBCC Turquoise

📋 copy color: '#24DBCC'

red 36 ◦ green 219 ◦ blue 204

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

Shades of Turquoise #24DBCC

Tints of Turquoise #24DBCC

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#24DBCC (or 0x24DBCC) is known color: Turquoise. HEX triplet: 24, DB and CC. RGB value is (36,219,204). Sum of RGB (Red+Green+Blue) = 36+219+204=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBCC is #DB2433. Grayscale: #A2A2A2. Windows color (decimal): -14361652 or 13425444. OLE color: 13425444.

HSL color Cylindrical-coordinate representation of color #24DBCC: hue angle of 175.08º 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 #24DBCC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 219 204 -
CMYK 0.84 0 0.07 0.14
HSL 175.08º 0.72% 0.5% -
HSV(B) 175.08º 0.84% 0.86% -
XYZ 36.96 55.4 65.87 -
YUV 162.57 151.37 37.72 -
System Red Green Blue C M Y K H S L
Decimal 36 219 204 0.84 0 0.07 0.14 175.08 0.72 0.5
Hex 24 DB CC 54 0 7 E AF 48 32
Octal 44 333 314 124 0 7 16 257 110 62
Binary 100100 11011011 11001100 1010100 0 111 1110 10101111 1001000 110010

Color Harmonies of #24DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DBCC

Black with #24DBCC

Text Example


Text Example

White with #24DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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