#32e2ff

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

Shades of Turquoise #32E2FF

Tints of Turquoise #32E2FF

Color information

#32E2FF (or 0x32E2FF) is unknown color: approx Turquoise. HEX triplet: 32, E2 and FF. RGB value is (50,226,255). Sum of RGB (Red+Green+Blue) = 50+226+255=531 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.42% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #32E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E2FF is #CD1D00. Grayscale: #B0B0B0. Windows color (decimal): -13442305 or 16769586. OLE color: 16769586.

HSL color Cylindrical-coordinate representation of color #32E2FF: hue angle of 188.49º 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 #32E2FF is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB50226255-
CMYK0.800.1100
HSL188.49º100%59.8%-
HSV(B)188.49º80.39%100%-
XYZ46.5662.29104.18-
YUV176.68172.1937.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.42%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 255 (100% from 255) = 48.02%
R=9.42%
G=42.56%
B=48.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502262550.800.1100188.4910059.8
Hex32E2FF50B00bc643c
Octal62342377120130027414474
Binary11001011100010111111111010000101100101111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32e2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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