#32D4E0

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

Shades of Turquoise #32D4E0

Tints of Turquoise #32D4E0

Color information

#32D4E0 (or 0x32D4E0) is unknown color: approx Turquoise. HEX triplet: 32, D4 and E0. RGB value is (50,212,224). Sum of RGB (Red+Green+Blue) = 50+212+224=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #32D4E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4E0 is #CD2B1F. Grayscale: #A4A4A4. Windows color (decimal): -13445920 or 14734386. OLE color: 14734386.

HSL color Cylindrical-coordinate representation of color #32D4E0: hue angle of 184.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D4E0 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB50212224-
CMYK0.780.0500.12
HSL184.14º73.73%53.73%-
HSV(B)184.14º77.68%87.84%-
XYZ38.3153.1578.76-
YUV164.93161.3346.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.29%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=10.29%
G=43.62%
B=46.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal502122240.780.0500.12184.1473.7353.73
Hex32D4E04E50Cb84a36
Octal62324340116501427011266
Binary1100101101010011100000100111010101100101110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,212,224); }

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

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

 a { background-color: rgb(50,212,224); }

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

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

 span { border-color: rgb(50,212,224); }

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