#32DCD1

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

Shades of Turquoise #32DCD1

Tints of Turquoise #32DCD1

Color information

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

HSL color Cylindrical-coordinate representation of color #32DCD1: hue angle of 176.12º 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 #32DCD1 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB50220209-
CMYK0.7700.050.14
HSL176.12º70.83%52.94%-
HSV(B)176.12º77.27%86.27%-
XYZ38.4256.4769.2-
YUV167.92151.1843.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal502202090.7700.050.14176.1270.8352.94
Hex32DCD14D05Eb04735
Octal62334321115051626010765
Binary1100101101110011010001100110101011110101100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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