Html Css Color HEX #32ECC5 Turquoise

📋 copy color: '#32ECC5'

red 50 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #32ECC5

Tints of Turquoise #32ECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 10.35%
G = 48.86%
B = 40.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#32ECC5 (or 0x32ECC5) is known color: Turquoise. HEX triplet: 32, EC and C5. RGB value is (50,236,197). Sum of RGB (Red+Green+Blue) = 50+236+197=483 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.35% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECC5 is #CD133A. Grayscale: #AFAFAF. Windows color (decimal): -13439803 or 12971058. OLE color: 12971058.

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

Color convert

RGB 50 236 197 -
CMYK 0.79 0 0.17 0.07
HSL 167.42º 0.83% 0.56% -
HSV(B) 167.42º 0.79% 0.93% -
XYZ 41.39 64.7 63.13 -
YUV 175.94 139.88 38.17 -
System Red Green Blue C M Y K H S L
Decimal 50 236 197 0.79 0 0.17 0.07 167.42 0.83 0.56
Hex 32 EC C5 4F 0 11 7 A7 53 38
Octal 62 354 305 117 0 21 7 247 123 70
Binary 110010 11101100 11000101 1001111 0 10001 111 10100111 1010011 111000

Color Harmonies of #32ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ECC5

Black with #32ECC5

Text Example


Text Example

White with #32ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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