#24D1E0

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

Shades of Bright Turquoise #24D1E0

Tints of Bright Turquoise #24D1E0

Color information

#24D1E0 (or 0x24D1E0) is unknown color: approx Bright Turquoise. HEX triplet: 24, D1 and E0. RGB value is (36,209,224). Sum of RGB (Red+Green+Blue) = 36+209+224=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #24D1E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D1E0 is #DB2E1F. Grayscale: #9E9E9E. Windows color (decimal): -14364192 or 14733604. OLE color: 14733604.

HSL color Cylindrical-coordinate representation of color #24D1E0: hue angle of 184.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D1E0 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB36209224-
CMYK0.840.0700.12
HSL184.79º75.2%50.98%-
HSV(B)184.79º83.93%87.84%-
XYZ36.9851.3678.48-
YUV158.98164.6940.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.68%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=7.68%
G=44.56%
B=47.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal362092240.840.0700.12184.7975.250.98
Hex24D1E05470Cb94b33
Octal44321340124701427111363
Binary1001001101000111100000101010011101100101110011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,209,224); }

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

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

 a { background-color: rgb(36,209,224); }

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

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

 span { border-color: rgb(36,209,224); }

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