Html Css Color HEX #32EEB9 Turquoise

📋 copy color: '#32EEB9'

red 50 ◦ green 238 ◦ blue 185

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

Shades of Turquoise #32EEB9

Tints of Turquoise #32EEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 10.57%
G = 50.32%
B = 39.11%

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

#32EEB9 (or 0x32EEB9) is known color: Turquoise. HEX triplet: 32, EE and B9. RGB value is (50,238,185). Sum of RGB (Red+Green+Blue) = 50+238+185=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEB9 is #CD1146. Grayscale: #AFAFAF. Windows color (decimal): -13439303 or 12185138. OLE color: 12185138.

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

Color convert

RGB 50 238 185 -
CMYK 0.79 0 0.22 0.07
HSL 163.09º 0.85% 0.56% -
HSV(B) 163.09º 0.79% 0.93% -
XYZ 40.65 65.33 56.37 -
YUV 175.75 133.22 38.31 -
System Red Green Blue C M Y K H S L
Decimal 50 238 185 0.79 0 0.22 0.07 163.09 0.85 0.56
Hex 32 EE B9 4F 0 16 7 A3 55 38
Octal 62 356 271 117 0 26 7 243 125 70
Binary 110010 11101110 10111001 1001111 0 10110 111 10100011 1010101 111000

Color Harmonies of #32EEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EEB9

Black with #32EEB9

Text Example


Text Example

White with #32EEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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