Html Css Color HEX #32DDB9 Turquoise

📋 copy color: '#32DDB9'

red 50 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #32DDB9

Tints of Turquoise #32DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.46%

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

R = 10.96%
G = 48.46%
B = 40.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#32DDB9 (or 0x32DDB9) is known color: Turquoise. HEX triplet: 32, DD and B9. RGB value is (50,221,185). Sum of RGB (Red+Green+Blue) = 50+221+185=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDB9 is #CD2246. Grayscale: #A5A5A5. Windows color (decimal): -13443655 or 12180786. OLE color: 12180786.

HSL color Cylindrical-coordinate representation of color #32DDB9: hue angle of 167.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DDB9 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 185 -
CMYK 0.77 0 0.16 0.13
HSL 167.37º 0.72% 0.53% -
HSV(B) 167.37º 0.77% 0.87% -
XYZ 35.93 55.89 54.79 -
YUV 165.77 138.85 45.43 -
System Red Green Blue C M Y K H S L
Decimal 50 221 185 0.77 0 0.16 0.13 167.37 0.72 0.53
Hex 32 DD B9 4D 0 10 D A7 48 35
Octal 62 335 271 115 0 20 15 247 110 65
Binary 110010 11011101 10111001 1001101 0 10000 1101 10100111 1001000 110101

Color Harmonies of #32DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DDB9

Black with #32DDB9

Text Example


Text Example

White with #32DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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