#24DCEF

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

Shades of Bright Turquoise #24DCEF

Tints of Bright Turquoise #24DCEF

Color information

#24DCEF (or 0x24DCEF) is unknown color: approx Bright Turquoise. HEX triplet: 24, DC and EF. RGB value is (36,220,239). Sum of RGB (Red+Green+Blue) = 36+220+239=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #24DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCEF is #DB2310. Grayscale: #A6A6A6. Windows color (decimal): -14361361 or 15719460. OLE color: 15719460.

HSL color Cylindrical-coordinate representation of color #24DCEF: hue angle of 185.62º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DCEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB36220239-
CMYK0.850.0800.06
HSL185.62º86.38%53.92%-
HSV(B)185.62º84.94%93.73%-
XYZ41.957.7990.61-
YUV167.15168.5434.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.27%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=7.27%
G=44.44%
B=48.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal362202390.850.0800.06185.6286.3853.92
Hex24DCEF55806ba5636
Octal44334357125100627212666
Binary1001001101110011101111101010110000110101110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,220,239); }

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

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

 a { background-color: rgb(36,220,239); }

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

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

 span { border-color: rgb(36,220,239); }

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