Html Css Color HEX #32D6B9 Turquoise

📋 copy color: '#32D6B9'

red 50 ◦ green 214 ◦ blue 185

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

Shades of Turquoise #32D6B9

Tints of Turquoise #32D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 11.14%
G = 47.66%
B = 41.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#32D6B9 (or 0x32D6B9) is known color: Turquoise. HEX triplet: 32, D6 and B9. RGB value is (50,214,185). Sum of RGB (Red+Green+Blue) = 50+214+185=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6B9 is #CD2946. Grayscale: #A1A1A1. Windows color (decimal): -13445447 or 12178994. OLE color: 12178994.

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

Color convert

RGB 50 214 185 -
CMYK 0.77 0 0.14 0.16
HSL 169.39º 0.67% 0.52% -
HSV(B) 169.39º 0.77% 0.84% -
XYZ 34.12 52.27 54.19 -
YUV 161.66 141.17 48.36 -
System Red Green Blue C M Y K H S L
Decimal 50 214 185 0.77 0 0.14 0.16 169.39 0.67 0.52
Hex 32 D6 B9 4D 0 E 10 A9 43 34
Octal 62 326 271 115 0 16 20 251 103 64
Binary 110010 11010110 10111001 1001101 0 1110 10000 10101001 1000011 110100

Color Harmonies of #32D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D6B9

Black with #32D6B9

Text Example


Text Example

White with #32D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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