#32EBD6

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

Shades of Turquoise #32EBD6

Tints of Turquoise #32EBD6

Color information

#32EBD6 (or 0x32EBD6) is unknown color: approx Turquoise. HEX triplet: 32, EB and D6. RGB value is (50,235,214). Sum of RGB (Red+Green+Blue) = 50+235+214=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBD6 is #CD1429. Grayscale: #B1B1B1. Windows color (decimal): -13440042 or 14084914. OLE color: 14084914.

HSL color Cylindrical-coordinate representation of color #32EBD6: hue angle of 173.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EBD6 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB50235214-
CMYK0.7900.090.08
HSL173.19º82.22%55.88%-
HSV(B)173.19º78.72%92.16%-
XYZ43.1664.9573.88-
YUV177.29148.7137.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.02%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=10.02%
G=47.09%
B=42.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal502352140.7900.090.08173.1982.2255.88
Hex32EBD64F098ad5238
Octal623533261170111025512270
Binary11001011101011110101101001111010011000101011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32EBD6; }

 p { color: rgb(50,235,214); }

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

<style>
 a { background-color: #32EBD6; }

 a { background-color: rgb(50,235,214); }

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

<style>
 span { border-color: #32EBD6; }

 span { border-color: rgb(50,235,214); }

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