#32DAD9

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

Shades of Turquoise #32DAD9

Tints of Turquoise #32DAD9

Color information

#32DAD9 (or 0x32DAD9) is unknown color: approx Turquoise. HEX triplet: 32, DA and D9. RGB value is (50,218,217). Sum of RGB (Red+Green+Blue) = 50+218+217=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #32DAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DAD9 is #CD2526. Grayscale: #A7A7A7. Windows color (decimal): -13444391 or 14277170. OLE color: 14277170.

HSL color Cylindrical-coordinate representation of color #32DAD9: hue angle of 179.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DAD9 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB50218217-
CMYK0.7700.000.15
HSL179.64º69.42%52.55%-
HSV(B)179.64º77.06%85.49%-
XYZ38.9155.8374.37-
YUV167.65155.8444.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.31%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=10.31%
G=44.95%
B=44.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal502182170.7700.000.15179.6469.4252.55
Hex32DAD94D00Fb44535
Octal62332331115001726410565
Binary11001011011010110110011001101001111101101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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