#24F7D2

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

Shades of Bright Turquoise #24F7D2

Tints of Bright Turquoise #24F7D2

Color information

#24F7D2 (or 0x24F7D2) is unknown color: approx Bright Turquoise. HEX triplet: 24, F7 and D2. RGB value is (36,247,210). Sum of RGB (Red+Green+Blue) = 36+247+210=493 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.30% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F7D2 is #DB082D. Grayscale: #B3B3B3. Windows color (decimal): -14354478 or 13825828. OLE color: 13825828.

HSL color Cylindrical-coordinate representation of color #24F7D2: hue angle of 169.48º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F7D2 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB36247210-
CMYK0.8500.150.03
HSL169.48º92.95%55.49%-
HSV(B)169.48º85.43%96.86%-
XYZ45.6271.5572.38-
YUV179.69145.125.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.30%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=7.30%
G=50.10%
B=42.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal362472100.8500.150.03169.4892.9555.49
Hex24F7D2550F3a95d37
Octal44367322125017325113567
Binary100100111101111101001010101010111111101010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,247,210); }

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

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

 a { background-color: rgb(36,247,210); }

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

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

 span { border-color: rgb(36,247,210); }

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