#24D2ED

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

Shades of Bright Turquoise #24D2ED

Tints of Bright Turquoise #24D2ED

Color information

#24D2ED (or 0x24D2ED) is unknown color: approx Bright Turquoise. HEX triplet: 24, D2 and ED. RGB value is (36,210,237). Sum of RGB (Red+Green+Blue) = 36+210+237=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #24D2ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D2ED is #DB2D12. Grayscale: #A0A0A0. Windows color (decimal): -14363923 or 15585828. OLE color: 15585828.

HSL color Cylindrical-coordinate representation of color #24D2ED: hue angle of 188.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D2ED is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB36210237-
CMYK0.850.1100.07
HSL188.06º84.81%53.53%-
HSV(B)188.06º84.81%92.94%-
XYZ39.0652.5888.21-
YUV161.05170.8538.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.45%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=7.45%
G=43.48%
B=49.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal362102370.850.1100.07188.0684.8153.53
Hex24D2ED55B07bc5536
Octal44322355125130727412566
Binary1001001101001011101101101010110110111101111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,210,237); }

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

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

 a { background-color: rgb(36,210,237); }

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

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

 span { border-color: rgb(36,210,237); }

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