#32D1DC

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

Shades of Turquoise #32D1DC

Tints of Turquoise #32D1DC

Color information

#32D1DC (or 0x32D1DC) is unknown color: approx Turquoise. HEX triplet: 32, D1 and DC. RGB value is (50,209,220). Sum of RGB (Red+Green+Blue) = 50+209+220=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #32D1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1DC is #CD2E23. Grayscale: #A2A2A2. Windows color (decimal): -13446692 or 14471474. OLE color: 14471474.

HSL color Cylindrical-coordinate representation of color #32D1DC: hue angle of 183.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D1DC is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB50209220-
CMYK0.770.0500.14
HSL183.88º70.83%52.94%-
HSV(B)183.88º77.27%86.27%-
XYZ37.0351.4575.69-
YUV162.71160.3247.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.44%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=10.44%
G=43.63%
B=45.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal502092200.770.0500.14183.8870.8352.94
Hex32D1DC4D50Eb84735
Octal62321334115501627010765
Binary1100101101000111011100100110110101110101110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,209,220); }

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

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

 a { background-color: rgb(50,209,220); }

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

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

 span { border-color: rgb(50,209,220); }

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