Html Css Color HEX #32EEBA Turquoise

📋 copy color: '#32EEBA'

red 50 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #32EEBA

Tints of Turquoise #32EEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 10.55%
G = 50.21%
B = 39.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#32EEBA (or 0x32EEBA) is known color: Turquoise. HEX triplet: 32, EE and BA. RGB value is (50,238,186). Sum of RGB (Red+Green+Blue) = 50+238+186=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEBA is #CD1145. Grayscale: #AFAFAF. Windows color (decimal): -13439302 or 12250674. OLE color: 12250674.

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

Color convert

RGB 50 238 186 -
CMYK 0.79 0 0.22 0.07
HSL 163.4º 0.85% 0.56% -
HSV(B) 163.4º 0.79% 0.93% -
XYZ 40.75 65.37 56.92 -
YUV 175.86 133.72 38.23 -
System Red Green Blue C M Y K H S L
Decimal 50 238 186 0.79 0 0.22 0.07 163.4 0.85 0.56
Hex 32 EE BA 4F 0 16 7 A3 55 38
Octal 62 356 272 117 0 26 7 243 125 70
Binary 110010 11101110 10111010 1001111 0 10110 111 10100011 1010101 111000

Color Harmonies of #32EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EEBA

Black with #32EEBA

Text Example


Text Example

White with #32EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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