#32D5EB

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

Shades of Turquoise #32D5EB

Tints of Turquoise #32D5EB

Color information

#32D5EB (or 0x32D5EB) is unknown color: approx Turquoise. HEX triplet: 32, D5 and EB. RGB value is (50,213,235). Sum of RGB (Red+Green+Blue) = 50+213+235=498 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.04% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #32D5EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D5EB is #CD2A14. Grayscale: #A6A6A6. Windows color (decimal): -13445653 or 15455538. OLE color: 15455538.

HSL color Cylindrical-coordinate representation of color #32D5EB: hue angle of 187.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D5EB is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB50213235-
CMYK0.790.0900.08
HSL187.14º82.22%55.88%-
HSV(B)187.14º78.72%92.16%-
XYZ40.1154.2686.96-
YUV166.77166.544.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.04%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=10.04%
G=42.77%
B=47.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal502132350.790.0900.08187.1482.2255.88
Hex32D5EB4F908bb5238
Octal623253531171101027312270
Binary11001011010101111010111001111100101000101110111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,213,235); }

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

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

 a { background-color: rgb(50,213,235); }

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

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

 span { border-color: rgb(50,213,235); }

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