#32EEF1

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

Shades of Turquoise #32EEF1

Tints of Turquoise #32EEF1

Color information

#32EEF1 (or 0x32EEF1) is unknown color: approx Turquoise. HEX triplet: 32, EE and F1. RGB value is (50,238,241). Sum of RGB (Red+Green+Blue) = 50+238+241=529 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.45% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #32EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEF1 is #CD110E. Grayscale: #B5B5B5. Windows color (decimal): -13439247 or 15855154. OLE color: 15855154.

HSL color Cylindrical-coordinate representation of color #32EEF1: hue angle of 180.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EEF1 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB50238241-
CMYK0.790.0100.05
HSL180.94º87.21%57.06%-
HSV(B)180.94º79.25%94.51%-
XYZ47.7768.1893.86-
YUV182.13161.2233.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.45%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=9.45%
G=44.99%
B=45.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal502382410.790.0100.05180.9487.2157.06
Hex32EEF14F105b55739
Octal6235636111710526512771
Binary1100101110111011110001100111110101101101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,238,241); }

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

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

 a { background-color: rgb(50,238,241); }

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

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

 span { border-color: rgb(50,238,241); }

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