Html Css Color HEX #32E1D9 Turquoise

📋 copy color: '#32E1D9'

red 50 ◦ green 225 ◦ blue 217

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

Shades of Turquoise #32E1D9

Tints of Turquoise #32E1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 10.16%
G = 45.73%
B = 44.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#32E1D9 (or 0x32E1D9) is known color: Turquoise. HEX triplet: 32, E1 and D9. RGB value is (50,225,217). Sum of RGB (Red+Green+Blue) = 50+225+217=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1D9 is #CD1E26. Grayscale: #ABABAB. Windows color (decimal): -13442599 or 14278962. OLE color: 14278962.

HSL color Cylindrical-coordinate representation of color #32E1D9: hue angle of 177.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E1D9 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 225 217 -
CMYK 0.78 0 0.04 0.12
HSL 177.26º 0.74% 0.54% -
HSV(B) 177.26º 0.78% 0.88% -
XYZ 40.76 59.54 74.99 -
YUV 171.76 153.52 41.15 -
System Red Green Blue C M Y K H S L
Decimal 50 225 217 0.78 0 0.04 0.12 177.26 0.74 0.54
Hex 32 E1 D9 4E 0 4 C B1 4A 36
Octal 62 341 331 116 0 4 14 261 112 66
Binary 110010 11100001 11011001 1001110 0 100 1100 10110001 1001010 110110

Color Harmonies of #32E1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E1D9

Black with #32E1D9

Text Example


Text Example

White with #32E1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,225,217); }

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

background-color css

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

 a { background-color: rgb(50,225,217); }

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

border-color css

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

 span { border-color: rgb(50,225,217); }

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