#32D6EB

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

Shades of Turquoise #32D6EB

Tints of Turquoise #32D6EB

Color information

#32D6EB (or 0x32D6EB) is unknown color: approx Turquoise. HEX triplet: 32, D6 and EB. RGB value is (50,214,235). Sum of RGB (Red+Green+Blue) = 50+214+235=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #32D6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D6EB is #CD2914. Grayscale: #A7A7A7. Windows color (decimal): -13445397 or 15455794. OLE color: 15455794.

HSL color Cylindrical-coordinate representation of color #32D6EB: hue angle of 186.81º 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 #32D6EB is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB50214235-
CMYK0.790.0900.08
HSL186.81º82.22%55.88%-
HSV(B)186.81º78.72%92.16%-
XYZ40.3654.7787.04-
YUV167.36166.1744.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.02%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=10.02%
G=42.89%
B=47.09%

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
Decimal502142350.790.0900.08186.8182.2255.88
Hex32D6EB4F908bb5238
Octal623263531171101027312270
Binary11001011010110111010111001111100101000101110111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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