#32DEFF

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

Shades of Turquoise #32DEFF

Tints of Turquoise #32DEFF

Color information

#32DEFF (or 0x32DEFF) is unknown color: approx Turquoise. HEX triplet: 32, DE and FF. RGB value is (50,222,255). Sum of RGB (Red+Green+Blue) = 50+222+255=527 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.49% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEFF is #CD2100. Grayscale: #AEAEAE. Windows color (decimal): -13443329 or 16768562. OLE color: 16768562.

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

Color convert

RGB50222255-
CMYK0.800.1300
HSL189.66º100%59.8%-
HSV(B)189.66º80.39%100%-
XYZ45.4960.14103.82-
YUV174.33173.5239.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.49%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 255 (100% from 255) = 48.39%
R=9.49%
G=42.13%
B=48.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502222550.800.1300189.6610059.8
Hex32DEFF50D00be643c
Octal62336377120150027614474
Binary11001011011110111111111010000110100101111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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