Html Css Color HEX #32EFBE Turquoise

📋 copy color: '#32EFBE'

red 50 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #32EFBE

Tints of Turquoise #32EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 10.44%
G = 49.9%
B = 39.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#32EFBE (or 0x32EFBE) is known color: Turquoise. HEX triplet: 32, EF and BE. RGB value is (50,239,190). Sum of RGB (Red+Green+Blue) = 50+239+190=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFBE is #CD1041. Grayscale: #B0B0B0. Windows color (decimal): -13439042 or 12513074. OLE color: 12513074.

HSL color Cylindrical-coordinate representation of color #32EFBE: hue angle of 164.44º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFBE is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 190 -
CMYK 0.79 0 0.21 0.06
HSL 164.44º 0.86% 0.57% -
HSV(B) 164.44º 0.79% 0.94% -
XYZ 41.48 66.13 59.29 -
YUV 176.9 135.38 37.48 -
System Red Green Blue C M Y K H S L
Decimal 50 239 190 0.79 0 0.21 0.06 164.44 0.86 0.57
Hex 32 EF BE 4F 0 15 6 A4 56 39
Octal 62 357 276 117 0 25 6 244 126 71
Binary 110010 11101111 10111110 1001111 0 10101 110 10100100 1010110 111001

Color Harmonies of #32EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EFBE

Black with #32EFBE

Text Example


Text Example

White with #32EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,239,190); }

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

background-color css

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

 a { background-color: rgb(50,239,190); }

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

border-color css

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

 span { border-color: rgb(50,239,190); }

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