#32DEFB

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

Shades of Turquoise #32DEFB

Tints of Turquoise #32DEFB

Color information

#32DEFB (or 0x32DEFB) is unknown color: approx Turquoise. HEX triplet: 32, DE and FB. RGB value is (50,222,251). Sum of RGB (Red+Green+Blue) = 50+222+251=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #32DEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEFB is #CD2104. Grayscale: #ADADAD. Windows color (decimal): -13443333 or 16506418. OLE color: 16506418.

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

Color convert

RGB50222251-
CMYK0.800.1200.02
HSL188.66º96.17%59.02%-
HSV(B)188.66º80.08%98.43%-
XYZ44.8559.89100.46-
YUV173.88171.5239.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.56%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 251 (98.44% from 255) = 47.99%
R=9.56%
G=42.45%
B=47.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal502222510.800.1200.02188.6696.1759.02
Hex32DEFB50C02bd603b
Octal62336373120140227514073
Binary110010110111101111101110100001100010101111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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