#24D1CA

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

Shades of Turquoise #24D1CA

Tints of Turquoise #24D1CA

Color information

#24D1CA (or 0x24D1CA) is unknown color: approx Turquoise. HEX triplet: 24, D1 and CA. RGB value is (36,209,202). Sum of RGB (Red+Green+Blue) = 36+209+202=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #24D1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D1CA is #DB2E35. Grayscale: #9C9C9C. Windows color (decimal): -14364214 or 13291812. OLE color: 13291812.

HSL color Cylindrical-coordinate representation of color #24D1CA: hue angle of 177.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D1CA is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB36209202-
CMYK0.8300.030.18
HSL177.57º70.61%48.04%-
HSV(B)177.57º82.78%81.96%-
XYZ34.1950.2463.77-
YUV156.48153.6942.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.05%
GREEN value IS 209 (82.03% from 255) = 46.76%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=8.05%
G=46.76%
B=45.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal362092020.8300.030.18177.5770.6148.04
Hex24D1CA530312b24730
Octal44321312123032226210760
Binary1001001101000111001010101001101110010101100101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,209,202); }

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

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

 a { background-color: rgb(36,209,202); }

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

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

 span { border-color: rgb(36,209,202); }

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