Html Css Color HEX #32DEBB Turquoise

📋 copy color: '#32DEBB'

red 50 ◦ green 222 ◦ blue 187

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

Shades of Turquoise #32DEBB

Tints of Turquoise #32DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

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

R = 10.89%
G = 48.37%
B = 40.74%

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

#32DEBB (or 0x32DEBB) is known color: Turquoise. HEX triplet: 32, DE and BB. RGB value is (50,222,187). Sum of RGB (Red+Green+Blue) = 50+222+187=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #32DEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DEBB is #CD2144. Grayscale: #A6A6A6. Windows color (decimal): -13443397 or 12312114. OLE color: 12312114.

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

Color convert

RGB 50 222 187 -
CMYK 0.77 0 0.16 0.13
HSL 167.79º 0.72% 0.53% -
HSV(B) 167.79º 0.77% 0.87% -
XYZ 36.41 56.51 56 -
YUV 166.58 139.52 44.85 -
System Red Green Blue C M Y K H S L
Decimal 50 222 187 0.77 0 0.16 0.13 167.79 0.72 0.53
Hex 32 DE BB 4D 0 10 D A8 48 35
Octal 62 336 273 115 0 20 15 250 110 65
Binary 110010 11011110 10111011 1001101 0 10000 1101 10101000 1001000 110101

Color Harmonies of #32DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DEBB

Black with #32DEBB

Text Example


Text Example

White with #32DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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