#24D3E7

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

Shades of Bright Turquoise #24D3E7

Tints of Bright Turquoise #24D3E7

Color information

#24D3E7 (or 0x24D3E7) is unknown color: approx Bright Turquoise. HEX triplet: 24, D3 and E7. RGB value is (36,211,231). Sum of RGB (Red+Green+Blue) = 36+211+231=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #24D3E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D3E7 is #DB2C18. Grayscale: #A0A0A0. Windows color (decimal): -14363673 or 15192868. OLE color: 15192868.

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

Color convert

RGB36211231-
CMYK0.840.0900.09
HSL186.15º80.25%52.35%-
HSV(B)186.15º84.42%90.59%-
XYZ38.4552.7383.75-
YUV160.96167.5238.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.53%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 231 (90.62% from 255) = 48.33%
R=7.53%
G=44.14%
B=48.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal362112310.840.0900.09186.1580.2552.35
Hex24D3E754909ba5034
Octal443233471241101127212064
Binary10010011010011111001111010100100101001101110101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,211,231); }

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

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

 a { background-color: rgb(36,211,231); }

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

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

 span { border-color: rgb(36,211,231); }

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