#24EFC7

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

Shades of Turquoise #24EFC7

Tints of Turquoise #24EFC7

Color information

#24EFC7 (or 0x24EFC7) is unknown color: approx Turquoise. HEX triplet: 24, EF and C7. RGB value is (36,239,199). Sum of RGB (Red+Green+Blue) = 36+239+199=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #24EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EFC7 is #DB1038. Grayscale: #ADADAD. Windows color (decimal): -14356537 or 13102884. OLE color: 13102884.

HSL color Cylindrical-coordinate representation of color #24EFC7: hue angle of 168.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EFC7 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB36239199-
CMYK0.8500.170.06
HSL168.18º86.38%53.92%-
HSV(B)168.18º84.94%93.73%-
XYZ41.966.2364.61-
YUV173.74142.2529.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.59%
GREEN value IS 239 (93.75% from 255) = 50.42%
BLUE value IS 199 (78.12% from 255) = 41.98%
R=7.59%
G=50.42%
B=41.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal362391990.8500.170.06168.1886.3853.92
Hex24EFC7550116a85636
Octal44357307125021625012666
Binary10010011101111110001111010101010001110101010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24EFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,239,199); }

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

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

 a { background-color: rgb(36,239,199); }

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

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

 span { border-color: rgb(36,239,199); }

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