Html Css Color HEX #24DECF Turquoise

📋 copy color: '#24DECF'

red 36 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #24DECF

Tints of Turquoise #24DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 7.74%
G = 47.74%
B = 44.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#24DECF (or 0x24DECF) is known color: Turquoise. HEX triplet: 24, DE and CF. RGB value is (36,222,207). Sum of RGB (Red+Green+Blue) = 36+222+207=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #24DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DECF is #DB2130. Grayscale: #A4A4A4. Windows color (decimal): -14360881 or 13622820. OLE color: 13622820.

HSL color Cylindrical-coordinate representation of color #24DECF: hue angle of 175.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DECF is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 222 207 -
CMYK 0.84 0 0.07 0.13
HSL 175.16º 0.74% 0.51% -
HSV(B) 175.16º 0.84% 0.87% -
XYZ 38.11 57.12 68.05 -
YUV 164.68 151.88 36.22 -
System Red Green Blue C M Y K H S L
Decimal 36 222 207 0.84 0 0.07 0.13 175.16 0.74 0.51
Hex 24 DE CF 54 0 7 D AF 4A 33
Octal 44 336 317 124 0 7 15 257 112 63
Binary 100100 11011110 11001111 1010100 0 111 1101 10101111 1001010 110011

Color Harmonies of #24DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DECF

Black with #24DECF

Text Example


Text Example

White with #24DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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