#32E7C8

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

Shades of Turquoise #32E7C8

Tints of Turquoise #32E7C8

Color information

#32E7C8 (or 0x32E7C8) is unknown color: approx Turquoise. HEX triplet: 32, E7 and C8. RGB value is (50,231,200). Sum of RGB (Red+Green+Blue) = 50+231+200=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7C8 is #CD1837. Grayscale: #ADADAD. Windows color (decimal): -13441080 or 13166386. OLE color: 13166386.

HSL color Cylindrical-coordinate representation of color #32E7C8: hue angle of 169.72º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7C8 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB50231200-
CMYK0.7800.130.09
HSL169.72º79.04%55.1%-
HSV(B)169.72º78.35%90.59%-
XYZ40.326264.49-
YUV173.35143.0340.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.40%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=10.40%
G=48.02%
B=41.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal502312000.7800.130.09169.7279.0455.1
Hex32E7C84E0D9aa4f37
Octal623473101160151125211767
Binary11001011100111110010001001110011011001101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,231,200); }

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

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

 a { background-color: rgb(50,231,200); }

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

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

 span { border-color: rgb(50,231,200); }

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