#32D7C7

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

Shades of Turquoise #32D7C7

Tints of Turquoise #32D7C7

Color information

#32D7C7 (or 0x32D7C7) is unknown color: approx Turquoise. HEX triplet: 32, D7 and C7. RGB value is (50,215,199). Sum of RGB (Red+Green+Blue) = 50+215+199=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D7C7 is #CD2838. Grayscale: #A3A3A3. Windows color (decimal): -13445177 or 13096754. OLE color: 13096754.

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

Color convert

RGB50215199-
CMYK0.7700.070.16
HSL174.18º67.35%51.96%-
HSV(B)174.18º76.74%84.31%-
XYZ35.9253.462.45-
YUV163.84147.8446.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.78%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=10.78%
G=46.34%
B=42.89%

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
Decimal502151990.7700.070.16174.1867.3551.96
Hex32D7C74D0710ae4334
Octal62327307115072025610364
Binary11001011010111110001111001101011110000101011101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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