#32FFCA

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

Shades of Turquoise #32FFCA

Tints of Turquoise #32FFCA

Color information

#32FFCA (or 0x32FFCA) is unknown color: approx Turquoise. HEX triplet: 32, FF and CA. RGB value is (50,255,202). Sum of RGB (Red+Green+Blue) = 50+255+202=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFCA is #CD0035. Grayscale: #BBBBBB. Windows color (decimal): -13434934 or 13303602. OLE color: 13303602.

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

Color convert

RGB50255202-
CMYK0.8000.210
HSL164.49º100%59.8%-
HSV(B)164.49º80.39%100%-
XYZ47.7476.4668.12-
YUV187.66136.0829.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.86%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=9.86%
G=50.30%
B=39.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502552020.8000.210164.4910059.8
Hex32FFCA500150a4643c
Octal62377312120025024414474
Binary110010111111111100101010100000101010101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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