Html Css Color HEX #24CFDA Turquoise

📋 copy color: '#24CFDA'

red 36 ◦ green 207 ◦ blue 218

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

Shades of Turquoise #24CFDA

Tints of Turquoise #24CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 7.81%
G = 44.9%
B = 47.29%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#24CFDA (or 0x24CFDA) is known color: Turquoise. HEX triplet: 24, CF and DA. RGB value is (36,207,218). Sum of RGB (Red+Green+Blue) = 36+207+218=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #24CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFDA is #DB3025. Grayscale: #9C9C9C. Windows color (decimal): -14364710 or 14339876. OLE color: 14339876.

HSL color Cylindrical-coordinate representation of color #24CFDA: hue angle of 183.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFDA is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 207 218 -
CMYK 0.83 0.05 0 0.15
HSL 183.63º 0.72% 0.5% -
HSV(B) 183.63º 0.83% 0.85% -
XYZ 35.7 50.06 74.11 -
YUV 157.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 36 207 218 0.83 0.05 0 0.15 183.63 0.72 0.5
Hex 24 CF DA 53 5 0 F B8 48 32
Octal 44 317 332 123 5 0 17 270 110 62
Binary 100100 11001111 11011010 1010011 101 0 1111 10111000 1001000 110010

Color Harmonies of #24CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CFDA

Black with #24CFDA

Text Example


Text Example

White with #24CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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