#32D9E3

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

Shades of Turquoise #32D9E3

Tints of Turquoise #32D9E3

Color information

#32D9E3 (or 0x32D9E3) is unknown color: approx Turquoise. HEX triplet: 32, D9 and E3. RGB value is (50,217,227). Sum of RGB (Red+Green+Blue) = 50+217+227=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #32D9E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D9E3 is #CD261C. Grayscale: #A8A8A8. Windows color (decimal): -13444637 or 14932274. OLE color: 14932274.

HSL color Cylindrical-coordinate representation of color #32D9E3: hue angle of 183.39º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D9E3 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB50217227-
CMYK0.780.0400.11
HSL183.39º75.97%54.31%-
HSV(B)183.39º77.97%89.02%-
XYZ39.9955.8581.35-
YUV168.21161.1743.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.12%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 227 (89.06% from 255) = 45.95%
R=10.12%
G=43.93%
B=45.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal502172270.780.0400.11183.3975.9754.31
Hex32D9E34E40Bb74c36
Octal62331343116401326711466
Binary1100101101100111100011100111010001011101101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,217,227); }

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

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

 a { background-color: rgb(50,217,227); }

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

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

 span { border-color: rgb(50,217,227); }

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