#24D0E6

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

Shades of Bright Turquoise #24D0E6

Tints of Bright Turquoise #24D0E6

Color information

#24D0E6 (or 0x24D0E6) is unknown color: approx Bright Turquoise. HEX triplet: 24, D0 and E6. RGB value is (36,208,230). Sum of RGB (Red+Green+Blue) = 36+208+230=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #24D0E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D0E6 is #DB2F19. Grayscale: #9E9E9E. Windows color (decimal): -14364442 or 15126564. OLE color: 15126564.

HSL color Cylindrical-coordinate representation of color #24D0E6: hue angle of 186.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D0E6 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB36208230-
CMYK0.840.1000.10
HSL186.8º79.51%52.16%-
HSV(B)186.8º84.35%90.2%-
XYZ37.5751.282.77-
YUV159.08168.0240.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.59%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 230 (90.23% from 255) = 48.52%
R=7.59%
G=43.88%
B=48.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal362082300.840.1000.10186.879.5152.16
Hex24D0E654A0Abb5034
Octal443203461241201227312064
Binary10010011010000111001101010100101001010101110111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,208,230); }

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

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

 a { background-color: rgb(36,208,230); }

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

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

 span { border-color: rgb(36,208,230); }

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