#32FDF0

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

Shades of Turquoise #32FDF0

Tints of Turquoise #32FDF0

Color information

#32FDF0 (or 0x32FDF0) is unknown color: approx Turquoise. HEX triplet: 32, FD and F0. RGB value is (50,253,240). Sum of RGB (Red+Green+Blue) = 50+253+240=543 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.21% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FDF0 is #CD020F. Grayscale: #BEBEBE. Windows color (decimal): -13435408 or 15793458. OLE color: 15793458.

HSL color Cylindrical-coordinate representation of color #32FDF0: hue angle of 176.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FDF0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB50253240-
CMYK0.8000.050.01
HSL176.16º98.07%59.41%-
HSV(B)176.16º80.24%99.22%-
XYZ52.1777.2294.59-
YUV190.82155.7527.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.21%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=9.21%
G=46.59%
B=44.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal502532400.8000.050.01176.1698.0759.41
Hex32FDF050051b0623b
Octal6237536012005126014273
Binary1100101111110111110000101000001011101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,253,240); }

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

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

 a { background-color: rgb(50,253,240); }

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

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

 span { border-color: rgb(50,253,240); }

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