#32EBD4

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

Shades of Turquoise #32EBD4

Tints of Turquoise #32EBD4

Color information

#32EBD4 (or 0x32EBD4) is unknown color: approx Turquoise. HEX triplet: 32, EB and D4. RGB value is (50,235,212). Sum of RGB (Red+Green+Blue) = 50+235+212=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBD4 is #CD142B. Grayscale: #B0B0B0. Windows color (decimal): -13440044 or 13953842. OLE color: 13953842.

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

Color convert

RGB50235212-
CMYK0.7900.100.08
HSL172.54º82.22%55.88%-
HSV(B)172.54º78.72%92.16%-
XYZ42.9164.8572.54-
YUV177.06147.7137.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.06%
GREEN value IS 235 (92.19% from 255) = 47.28%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=10.06%
G=47.28%
B=42.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal502352120.7900.100.08172.5482.2255.88
Hex32EBD44F0A8ad5238
Octal623533241170121025512270
Binary11001011101011110101001001111010101000101011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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