Html Css Color HEX #32DCBB Turquoise

📋 copy color: '#32DCBB'

red 50 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #32DCBB

Tints of Turquoise #32DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 10.94%
G = 48.14%
B = 40.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#32DCBB (or 0x32DCBB) is known color: Turquoise. HEX triplet: 32, DC and BB. RGB value is (50,220,187). Sum of RGB (Red+Green+Blue) = 50+220+187=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCBB is #CD2344. Grayscale: #A5A5A5. Windows color (decimal): -13443909 or 12311602. OLE color: 12311602.

HSL color Cylindrical-coordinate representation of color #32DCBB: hue angle of 168.35º 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 #32DCBB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 220 187 -
CMYK 0.77 0 0.15 0.14
HSL 168.35º 0.71% 0.53% -
HSV(B) 168.35º 0.77% 0.86% -
XYZ 35.88 55.45 55.83 -
YUV 165.41 140.18 45.68 -
System Red Green Blue C M Y K H S L
Decimal 50 220 187 0.77 0 0.15 0.14 168.35 0.71 0.53
Hex 32 DC BB 4D 0 F E A8 47 35
Octal 62 334 273 115 0 17 16 250 107 65
Binary 110010 11011100 10111011 1001101 0 1111 1110 10101000 1000111 110101

Color Harmonies of #32DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DCBB

Black with #32DCBB

Text Example


Text Example

White with #32DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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