#24FEC5

Color #24FEC5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #24FEC5

Tints of Turquoise #24FEC5

Color information

#24FEC5 (or 0x24FEC5) is unknown color: approx Turquoise. HEX triplet: 24, FE and C5. RGB value is (36,254,197). Sum of RGB (Red+Green+Blue) = 36+254+197=487 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.39% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FEC5 is #DB013A. Grayscale: #B6B6B6. Windows color (decimal): -14352699 or 12975652. OLE color: 12975652.

HSL color Cylindrical-coordinate representation of color #24FEC5: hue angle of 164.31º 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 #24FEC5 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB36254197-
CMYK0.8600.220.00
HSL164.31º99.09%56.86%-
HSV(B)164.31º85.83%99.61%-
XYZ46.2575.2964.92-
YUV182.32136.2823.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.39%
GREEN value IS 254 (99.61% from 255) = 52.16%
BLUE value IS 197 (77.34% from 255) = 40.45%
R=7.39%
G=52.16%
B=40.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal362541970.8600.220.00164.3199.0956.86
Hex24FEC5560160a46339
Octal44376305126026024414371
Binary100100111111101100010110101100101100101001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24FEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24FEC5;
 }
 .AnyTagClassName
 {
   color: #24FEC5;
 }
</style>
background-color css

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

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

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

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

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

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