#24E6B5

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

Shades of Turquoise #24E6B5

Tints of Turquoise #24E6B5

Color information

#24E6B5 (or 0x24E6B5) is unknown color: approx Turquoise. HEX triplet: 24, E6 and B5. RGB value is (36,230,181). Sum of RGB (Red+Green+Blue) = 36+230+181=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #24E6B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E6B5 is #DB194A. Grayscale: #A6A6A6. Windows color (decimal): -14358859 or 11920932. OLE color: 11920932.

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

Color convert

RGB36230181-
CMYK0.8400.210.10
HSL164.85º79.51%52.16%-
HSV(B)164.85º84.35%90.2%-
XYZ37.3660.353.39-
YUV166.41136.2334.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.05%
GREEN value IS 230 (90.23% from 255) = 51.45%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=8.05%
G=51.45%
B=40.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal362301810.8400.210.10164.8579.5152.16
Hex24E6B554015Aa55034
Octal443462651240251224512064
Binary100100111001101011010110101000101011010101001011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24E6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,230,181); }

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

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

 a { background-color: rgb(36,230,181); }

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

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

 span { border-color: rgb(36,230,181); }

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