Html Css Color HEX #32EEB2 Turquoise

📋 copy color: '#32EEB2'

red 50 ◦ green 238 ◦ blue 178

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

Shades of Turquoise #32EEB2

Tints of Turquoise #32EEB2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.07%

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 10.73%
G = 51.07%
B = 38.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#32EEB2 (or 0x32EEB2) is known color: Turquoise. HEX triplet: 32, EE and B2. RGB value is (50,238,178). Sum of RGB (Red+Green+Blue) = 50+238+178=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EEB2 is #CD114D. Grayscale: #AFAFAF. Windows color (decimal): -13439310 or 11726386. OLE color: 11726386.

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

Color convert

RGB 50 238 178 -
CMYK 0.79 0 0.25 0.07
HSL 160.85º 0.85% 0.56% -
HSV(B) 160.85º 0.79% 0.93% -
XYZ 39.93 65.04 52.57 -
YUV 174.95 129.72 38.88 -
System Red Green Blue C M Y K H S L
Decimal 50 238 178 0.79 0 0.25 0.07 160.85 0.85 0.56
Hex 32 EE B2 4F 0 19 7 A1 55 38
Octal 62 356 262 117 0 31 7 241 125 70
Binary 110010 11101110 10110010 1001111 0 11001 111 10100001 1010101 111000

Color Harmonies of #32EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EEB2

Black with #32EEB2

Text Example


Text Example

White with #32EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,238,178); }

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

background-color css

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

 a { background-color: rgb(50,238,178); }

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

border-color css

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

 span { border-color: rgb(50,238,178); }

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