#32F9F4

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

Shades of Turquoise #32F9F4

Tints of Turquoise #32F9F4

Color information

#32F9F4 (or 0x32F9F4) is unknown color: approx Turquoise. HEX triplet: 32, F9 and F4. RGB value is (50,249,244). Sum of RGB (Red+Green+Blue) = 50+249+244=543 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.21% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F9F4 is #CD060B. Grayscale: #BCBCBC. Windows color (decimal): -13436428 or 16054578. OLE color: 16054578.

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

Color convert

RGB50249244-
CMYK0.8000.020.02
HSL178.49º94.31%58.63%-
HSV(B)178.49º79.92%97.65%-
XYZ51.5274.9697.34-
YUV188.93159.0728.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.21%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=9.21%
G=45.86%
B=44.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal502492440.8000.020.02178.4994.3158.63
Hex32F9F450022b25e3b
Octal6237136412002226213673
Binary1100101111100111110100101000001010101100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,249,244); }

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

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

 a { background-color: rgb(50,249,244); }

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

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

 span { border-color: rgb(50,249,244); }

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