Html Css Color HEX #32E0BB Turquoise

📋 copy color: '#32E0BB'

red 50 ◦ green 224 ◦ blue 187

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

Shades of Turquoise #32E0BB

Tints of Turquoise #32E0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 10.85%
G = 48.59%
B = 40.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#32E0BB (or 0x32E0BB) is known color: Turquoise. HEX triplet: 32, E0 and BB. RGB value is (50,224,187). Sum of RGB (Red+Green+Blue) = 50+224+187=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #32E0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E0BB is #CD1F44. Grayscale: #A7A7A7. Windows color (decimal): -13442885 or 12312626. OLE color: 12312626.

HSL color Cylindrical-coordinate representation of color #32E0BB: hue angle of 167.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E0BB is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 224 187 -
CMYK 0.78 0 0.17 0.12
HSL 167.24º 0.74% 0.54% -
HSV(B) 167.24º 0.78% 0.88% -
XYZ 36.94 57.58 56.18 -
YUV 167.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 50 224 187 0.78 0 0.17 0.12 167.24 0.74 0.54
Hex 32 E0 BB 4E 0 11 C A7 4A 36
Octal 62 340 273 116 0 21 14 247 112 66
Binary 110010 11100000 10111011 1001110 0 10001 1100 10100111 1001010 110110

Color Harmonies of #32E0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E0BB

Black with #32E0BB

Text Example


Text Example

White with #32E0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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