#24FFC3

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

Shades of Turquoise #24FFC3

Tints of Turquoise #24FFC3

Color information

#24FFC3 (or 0x24FFC3) is unknown color: approx Turquoise. HEX triplet: 24, FF and C3. RGB value is (36,255,195). Sum of RGB (Red+Green+Blue) = 36+255+195=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC3 is #DB003C. Grayscale: #B6B6B6. Windows color (decimal): -14352445 or 12844836. OLE color: 12844836.

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

Color convert

RGB36255195-
CMYK0.8600.240
HSL163.56º100%57.06%-
HSV(B)163.56º85.88%100%-
XYZ46.3475.8463.83-
YUV182.68134.9523.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.41%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=7.41%
G=52.47%
B=40.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal362551950.8600.240163.5610057.06
Hex24FFC3560180a46439
Octal44377303126030024414471
Binary100100111111111100001110101100110000101001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,255,195); }

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

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

 a { background-color: rgb(36,255,195); }

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

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

 span { border-color: rgb(36,255,195); }

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