#32FFF0

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

Shades of Turquoise #32FFF0

Tints of Turquoise #32FFF0

Color information

#32FFF0 (or 0x32FFF0) is unknown color: approx Turquoise. HEX triplet: 32, FF and F0. RGB value is (50,255,240). Sum of RGB (Red+Green+Blue) = 50+255+240=545 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.17% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FFF0 is #CD000F. Grayscale: #BFBFBF. Windows color (decimal): -13434896 or 15793970. OLE color: 15793970.

HSL color Cylindrical-coordinate representation of color #32FFF0: hue angle of 175.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFF0 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB50255240-
CMYK0.8000.060
HSL175.61º100%59.8%-
HSV(B)175.61º80.39%100%-
XYZ52.878.4994.81-
YUV192155.0826.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.17%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=9.17%
G=46.79%
B=44.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502552400.8000.060175.6110059.8
Hex32FFF050060b0643c
Octal6237736012006026014474
Binary1100101111111111110000101000001100101100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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