Html Css Color HEX #24DBCF Turquoise

📋 copy color: '#24DBCF'

red 36 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #24DBCF

Tints of Turquoise #24DBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 7.79%
G = 47.4%
B = 44.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#24DBCF (or 0x24DBCF) is known color: Turquoise. HEX triplet: 24, DB and CF. RGB value is (36,219,207). Sum of RGB (Red+Green+Blue) = 36+219+207=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBCF is #DB2430. Grayscale: #A2A2A2. Windows color (decimal): -14361649 or 13622052. OLE color: 13622052.

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

Color convert

RGB 36 219 207 -
CMYK 0.84 0 0.05 0.14
HSL 176.07º 0.72% 0.5% -
HSV(B) 176.07º 0.84% 0.86% -
XYZ 37.32 55.54 67.79 -
YUV 162.92 152.87 37.48 -
System Red Green Blue C M Y K H S L
Decimal 36 219 207 0.84 0 0.05 0.14 176.07 0.72 0.5
Hex 24 DB CF 54 0 5 E B0 48 32
Octal 44 333 317 124 0 5 16 260 110 62
Binary 100100 11011011 11001111 1010100 0 101 1110 10110000 1001000 110010

Color Harmonies of #24DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DBCF

Black with #24DBCF

Text Example


Text Example

White with #24DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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