#24E7C4

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

Shades of Turquoise #24E7C4

Tints of Turquoise #24E7C4

Color information

#24E7C4 (or 0x24E7C4) is unknown color: approx Turquoise. HEX triplet: 24, E7 and C4. RGB value is (36,231,196). Sum of RGB (Red+Green+Blue) = 36+231+196=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7C4 is #DB183B. Grayscale: #A8A8A8. Windows color (decimal): -14358588 or 12904228. OLE color: 12904228.

HSL color Cylindrical-coordinate representation of color #24E7C4: hue angle of 169.23º 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 #24E7C4 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB36231196-
CMYK0.8400.150.09
HSL169.23º80.25%52.35%-
HSV(B)169.23º84.42%90.59%-
XYZ39.2761.5162.03-
YUV168.7143.433.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.78%
GREEN value IS 231 (90.62% from 255) = 49.89%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=7.78%
G=49.89%
B=42.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal362311960.8400.150.09169.2380.2552.35
Hex24E7C4540F9a95034
Octal443473041240171125112064
Binary10010011100111110001001010100011111001101010011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24E7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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