#32EAFF

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

Shades of Turquoise #32EAFF

Tints of Turquoise #32EAFF

Color information

#32EAFF (or 0x32EAFF) is unknown color: approx Turquoise. HEX triplet: 32, EA and FF. RGB value is (50,234,255). Sum of RGB (Red+Green+Blue) = 50+234+255=539 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.28% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #32EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFF is #CD1500. Grayscale: #B5B5B5. Windows color (decimal): -13440257 or 16771634. OLE color: 16771634.

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

Color convert

RGB50234255-
CMYK0.800.0800
HSL186.15º100%59.8%-
HSV(B)186.15º80.39%100%-
XYZ48.7966.74104.92-
YUV181.38169.5434.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.28%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 255 (100% from 255) = 47.31%
R=9.28%
G=43.41%
B=47.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502342550.800.0800186.1510059.8
Hex32EAFF50800ba643c
Octal62352377120100027214474
Binary11001011101010111111111010000100000101110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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