#24EBB6

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

Shades of Turquoise #24EBB6

Tints of Turquoise #24EBB6

Color information

#24EBB6 (or 0x24EBB6) is unknown color: approx Turquoise. HEX triplet: 24, EB and B6. RGB value is (36,235,182). Sum of RGB (Red+Green+Blue) = 36+235+182=453 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.95% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBB6 is #DB1449. Grayscale: #A9A9A9. Windows color (decimal): -14357578 or 11987748. OLE color: 11987748.

HSL color Cylindrical-coordinate representation of color #24EBB6: hue angle of 164.02º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EBB6 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB36235182-
CMYK0.8500.230.08
HSL164.02º83.26%53.14%-
HSV(B)164.02º84.68%92.16%-
XYZ38.8863.1754.4-
YUV169.46135.0732.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.95%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=7.95%
G=51.88%
B=40.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal362351820.8500.230.08164.0283.2653.14
Hex24EBB6550178a45335
Octal443532661250271024412365
Binary100100111010111011011010101010101111000101001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,235,182); }

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

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

 a { background-color: rgb(36,235,182); }

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

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

 span { border-color: rgb(36,235,182); }

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