Html Css Color HEX #32EDB9 Turquoise

📋 copy color: '#32EDB9'

red 50 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #32EDB9

Tints of Turquoise #32EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

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

R = 10.59%
G = 50.21%
B = 39.19%

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

#32EDB9 (or 0x32EDB9) is known color: Turquoise. HEX triplet: 32, ED and B9. RGB value is (50,237,185). Sum of RGB (Red+Green+Blue) = 50+237+185=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDB9 is #CD1246. Grayscale: #AFAFAF. Windows color (decimal): -13439559 or 12184882. OLE color: 12184882.

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

Color convert

RGB 50 237 185 -
CMYK 0.79 0 0.22 0.07
HSL 163.32º 0.84% 0.56% -
HSV(B) 163.32º 0.79% 0.93% -
XYZ 40.36 64.75 56.27 -
YUV 175.16 133.55 38.73 -
System Red Green Blue C M Y K H S L
Decimal 50 237 185 0.79 0 0.22 0.07 163.32 0.84 0.56
Hex 32 ED B9 4F 0 16 7 A3 54 38
Octal 62 355 271 117 0 26 7 243 124 70
Binary 110010 11101101 10111001 1001111 0 10110 111 10100011 1010100 111000

Color Harmonies of #32EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDB9

Black with #32EDB9

Text Example


Text Example

White with #32EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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