Html Css Color HEX #32ECD6 Turquoise

📋 copy color: '#32ECD6'

red 50 ◦ green 236 ◦ blue 214

#32ECD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #32ECD6

Tints of Turquoise #32ECD6

RGB

 RED value IS 50 (19.92% from 255) = 10%

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 10%
G = 47.2%
B = 42.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#32ECD6 (or 0x32ECD6) is known color: Turquoise. HEX triplet: 32, EC and D6. RGB value is (50,236,214). Sum of RGB (Red+Green+Blue) = 50+236+214=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECD6 is #CD1329. Grayscale: #B1B1B1. Windows color (decimal): -13439786 or 14085170. OLE color: 14085170.

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

Color convert

RGB 50 236 214 -
CMYK 0.79 0 0.09 0.07
HSL 172.9º 0.83% 0.56% -
HSV(B) 172.9º 0.79% 0.93% -
XYZ 43.45 65.52 73.98 -
YUV 177.88 148.38 36.79 -
System Red Green Blue C M Y K H S L
Decimal 50 236 214 0.79 0 0.09 0.07 172.9 0.83 0.56
Hex 32 EC D6 4F 0 9 7 AD 53 38
Octal 62 354 326 117 0 11 7 255 123 70
Binary 110010 11101100 11010110 1001111 0 1001 111 10101101 1010011 111000

Color Harmonies of #32ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ECD6

Black with #32ECD6

Text Example


Text Example

White with #32ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32ECD6;
 }
 .AnyTagClassName
 {
   color: #32ECD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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