#32D7C8

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

Shades of Turquoise #32D7C8

Tints of Turquoise #32D7C8

Color information

#32D7C8 (or 0x32D7C8) is unknown color: approx Turquoise. HEX triplet: 32, D7 and C8. RGB value is (50,215,200). Sum of RGB (Red+Green+Blue) = 50+215+200=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D7C8 is #CD2837. Grayscale: #A3A3A3. Windows color (decimal): -13445176 or 13162290. OLE color: 13162290.

HSL color Cylindrical-coordinate representation of color #32D7C8: hue angle of 174.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D7C8 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB50215200-
CMYK0.7700.070.16
HSL174.55º67.35%51.96%-
HSV(B)174.55º76.74%84.31%-
XYZ36.0453.4563.06-
YUV163.96148.3446.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.75%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=10.75%
G=46.24%
B=43.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal502152000.7700.070.16174.5567.3551.96
Hex32D7C84D0710af4334
Octal62327310115072025710364
Binary11001011010111110010001001101011110000101011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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