Html Css Color HEX #32E5BB Turquoise

📋 copy color: '#32E5BB'

red 50 ◦ green 229 ◦ blue 187

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

Shades of Turquoise #32E5BB

Tints of Turquoise #32E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.14%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 10.73%
G = 49.14%
B = 40.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#32E5BB (or 0x32E5BB) is known color: Turquoise. HEX triplet: 32, E5 and BB. RGB value is (50,229,187). Sum of RGB (Red+Green+Blue) = 50+229+187=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #32E5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E5BB is #CD1A44. Grayscale: #AAAAAA. Windows color (decimal): -13441605 or 12313906. OLE color: 12313906.

HSL color Cylindrical-coordinate representation of color #32E5BB: hue angle of 165.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E5BB is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 229 187 -
CMYK 0.78 0 0.18 0.10
HSL 165.92º 0.77% 0.55% -
HSV(B) 165.92º 0.78% 0.9% -
XYZ 38.3 60.3 56.63 -
YUV 170.69 137.2 41.92 -
System Red Green Blue C M Y K H S L
Decimal 50 229 187 0.78 0 0.18 0.10 165.92 0.77 0.55
Hex 32 E5 BB 4E 0 12 A A6 4D 37
Octal 62 345 273 116 0 22 12 246 115 67
Binary 110010 11100101 10111011 1001110 0 10010 1010 10100110 1001101 110111

Color Harmonies of #32E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E5BB

Black with #32E5BB

Text Example


Text Example

White with #32E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,229,187); }

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

background-color css

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

 a { background-color: rgb(50,229,187); }

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

border-color css

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

 span { border-color: rgb(50,229,187); }

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