#24DCF1

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

Shades of Bright Turquoise #24DCF1

Tints of Bright Turquoise #24DCF1

Color information

#24DCF1 (or 0x24DCF1) is unknown color: approx Bright Turquoise. HEX triplet: 24, DC and F1. RGB value is (36,220,241). Sum of RGB (Red+Green+Blue) = 36+220+241=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #24DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCF1 is #DB230E. Grayscale: #A7A7A7. Windows color (decimal): -14361359 or 15850532. OLE color: 15850532.

HSL color Cylindrical-coordinate representation of color #24DCF1: hue angle of 186.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DCF1 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36220241-
CMYK0.850.0900.05
HSL186.15º87.98%54.31%-
HSV(B)186.15º85.06%94.51%-
XYZ42.257.9192.17-
YUV167.38169.5434.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.24%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=7.24%
G=44.27%
B=48.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal362202410.850.0900.05186.1587.9854.31
Hex24DCF155905ba5836
Octal44334361125110527213066
Binary1001001101110011110001101010110010101101110101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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