Html Css Color HEX #32DBBB Turquoise

📋 copy color: '#32DBBB'

red 50 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #32DBBB

Tints of Turquoise #32DBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

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

R = 10.96%
G = 48.03%
B = 41.01%

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

#32DBBB (or 0x32DBBB) is known color: Turquoise. HEX triplet: 32, DB and BB. RGB value is (50,219,187). Sum of RGB (Red+Green+Blue) = 50+219+187=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBBB is #CD2444. Grayscale: #A4A4A4. Windows color (decimal): -13444165 or 12311346. OLE color: 12311346.

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

Color convert

RGB 50 219 187 -
CMYK 0.77 0 0.15 0.14
HSL 168.64º 0.7% 0.53% -
HSV(B) 168.64º 0.77% 0.86% -
XYZ 35.62 54.93 55.74 -
YUV 164.82 140.51 46.1 -
System Red Green Blue C M Y K H S L
Decimal 50 219 187 0.77 0 0.15 0.14 168.64 0.7 0.53
Hex 32 DB BB 4D 0 F E A9 46 35
Octal 62 333 273 115 0 17 16 251 106 65
Binary 110010 11011011 10111011 1001101 0 1111 1110 10101001 1000110 110101

Color Harmonies of #32DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DBBB

Black with #32DBBB

Text Example


Text Example

White with #32DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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