#24EBBD

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

Shades of Turquoise #24EBBD

Tints of Turquoise #24EBBD

Color information

#24EBBD (or 0x24EBBD) is unknown color: approx Turquoise. HEX triplet: 24, EB and BD. RGB value is (36,235,189). Sum of RGB (Red+Green+Blue) = 36+235+189=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBBD is #DB1442. Grayscale: #AAAAAA. Windows color (decimal): -14357571 or 12446500. OLE color: 12446500.

HSL color Cylindrical-coordinate representation of color #24EBBD: hue angle of 166.13º 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 #24EBBD is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB36235189-
CMYK0.8500.200.08
HSL166.13º83.26%53.14%-
HSV(B)166.13º84.68%92.16%-
XYZ39.6263.4758.31-
YUV170.26138.5732.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.83%
GREEN value IS 235 (92.19% from 255) = 51.09%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=7.83%
G=51.09%
B=41.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal362351890.8500.200.08166.1383.2653.14
Hex24EBBD550148a65335
Octal443532751250241024612365
Binary100100111010111011110110101010101001000101001101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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