Html Css Color HEX #24FECC Turquoise

📋 copy color: '#24FECC'

red 36 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #24FECC

Tints of Turquoise #24FECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

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

R = 7.29%
G = 51.42%
B = 41.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#24FECC (or 0x24FECC) is known color: Turquoise. HEX triplet: 24, FE and CC. RGB value is (36,254,204). Sum of RGB (Red+Green+Blue) = 36+254+204=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #24FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FECC is #DB0133. Grayscale: #B7B7B7. Windows color (decimal): -14352692 or 13434404. OLE color: 13434404.

HSL color Cylindrical-coordinate representation of color #24FECC: hue angle of 166.24º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FECC is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 254 204 -
CMYK 0.86 0 0.20 0.00
HSL 166.24º 0.99% 0.57% -
HSV(B) 166.24º 0.86% 1% -
XYZ 47.07 75.62 69.24 -
YUV 183.12 139.78 23.07 -
System Red Green Blue C M Y K H S L
Decimal 36 254 204 0.86 0 0.20 0.00 166.24 0.99 0.57
Hex 24 FE CC 56 0 14 0 A6 63 39
Octal 44 376 314 126 0 24 0 246 143 71
Binary 100100 11111110 11001100 1010110 0 10100 0 10100110 1100011 111001

Color Harmonies of #24FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FECC

Black with #24FECC

Text Example


Text Example

White with #24FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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