Html Css Color HEX #32DCB9 Turquoise

📋 copy color: '#32DCB9'

red 50 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #32DCB9

Tints of Turquoise #32DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

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

R = 10.99%
G = 48.35%
B = 40.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#32DCB9 (or 0x32DCB9) is known color: Turquoise. HEX triplet: 32, DC and B9. RGB value is (50,220,185). Sum of RGB (Red+Green+Blue) = 50+220+185=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCB9 is #CD2346. Grayscale: #A5A5A5. Windows color (decimal): -13443911 or 12180530. OLE color: 12180530.

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

Color convert

RGB 50 220 185 -
CMYK 0.77 0 0.16 0.14
HSL 167.65º 0.71% 0.53% -
HSV(B) 167.65º 0.77% 0.86% -
XYZ 35.67 55.37 54.71 -
YUV 165.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 50 220 185 0.77 0 0.16 0.14 167.65 0.71 0.53
Hex 32 DC B9 4D 0 10 E A8 47 35
Octal 62 334 271 115 0 20 16 250 107 65
Binary 110010 11011100 10111001 1001101 0 10000 1110 10101000 1000111 110101

Color Harmonies of #32DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DCB9

Black with #32DCB9

Text Example


Text Example

White with #32DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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