#32DFFB

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

Shades of Turquoise #32DFFB

Tints of Turquoise #32DFFB

Color information

#32DFFB (or 0x32DFFB) is unknown color: approx Turquoise. HEX triplet: 32, DF and FB. RGB value is (50,223,251). Sum of RGB (Red+Green+Blue) = 50+223+251=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #32DFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFFB is #CD2004. Grayscale: #AEAEAE. Windows color (decimal): -13443077 or 16506674. OLE color: 16506674.

HSL color Cylindrical-coordinate representation of color #32DFFB: hue angle of 188.36º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DFFB is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB50223251-
CMYK0.800.1100.02
HSL188.36º96.17%59.02%-
HSV(B)188.36º80.08%98.43%-
XYZ45.1260.42100.55-
YUV174.46171.1939.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.54%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=9.54%
G=42.56%
B=47.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal502232510.800.1100.02188.3696.1759.02
Hex32DFFB50B02bc603b
Octal62337373120130227414073
Binary110010110111111111101110100001011010101111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,223,251); }

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

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

 a { background-color: rgb(50,223,251); }

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

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

 span { border-color: rgb(50,223,251); }

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