#24E8DA

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

Shades of Bright Turquoise #24E8DA

Tints of Bright Turquoise #24E8DA

Color information

#24E8DA (or 0x24E8DA) is unknown color: approx Bright Turquoise. HEX triplet: 24, E8 and DA. RGB value is (36,232,218). Sum of RGB (Red+Green+Blue) = 36+232+218=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #24E8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E8DA is #DB1725. Grayscale: #ABABAB. Windows color (decimal): -14358310 or 14346276. OLE color: 14346276.

HSL color Cylindrical-coordinate representation of color #24E8DA: hue angle of 175.71º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E8DA is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB36232218-
CMYK0.8400.060.09
HSL175.71º80.99%52.55%-
HSV(B)175.71º84.48%90.98%-
XYZ42.2463.1576.29-
YUV171.8154.0731.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.41%
GREEN value IS 232 (91.02% from 255) = 47.74%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=7.41%
G=47.74%
B=44.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal362322180.8400.060.09175.7180.9952.55
Hex24E8DA54069b05135
Octal44350332124061126012165
Binary1001001110100011011010101010001101001101100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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