Html Css Color HEX #31DCB6 Turquoise

📋 copy color: '#31DCB6'

red 49 ◦ green 220 ◦ blue 182

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

Shades of Turquoise #31DCB6

Tints of Turquoise #31DCB6

RGB

 RED value IS 49 (19.53% from 255) = 10.86%

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

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 10.86%
G = 48.78%
B = 40.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#31DCB6 (or 0x31DCB6) is known color: Turquoise. HEX triplet: 31, DC and B6. RGB value is (49,220,182). Sum of RGB (Red+Green+Blue) = 49+220+182=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCB6 is #CE2349. Grayscale: #A4A4A4. Windows color (decimal): -13509450 or 11983921. OLE color: 11983921.

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

Color convert

RGB 49 220 182 -
CMYK 0.78 0 0.17 0.14
HSL 166.67º 0.71% 0.53% -
HSV(B) 166.67º 0.78% 0.86% -
XYZ 35.3 55.22 53.05 -
YUV 164.54 137.85 45.59 -
System Red Green Blue C M Y K H S L
Decimal 49 220 182 0.78 0 0.17 0.14 166.67 0.71 0.53
Hex 31 DC B6 4E 0 11 E A7 47 35
Octal 61 334 266 116 0 21 16 247 107 65
Binary 110001 11011100 10110110 1001110 0 10001 1110 10100111 1000111 110101

Color Harmonies of #31DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCB6

Black with #31DCB6

Text Example


Text Example

White with #31DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31DCB6; }

 p { color: rgb(49,220,182); }

 H1.HeaderClassName
 {
   color: #31DCB6;
 }
 .AnyTagClassName
 {
   color: #31DCB6;
 }
</style>

background-color css

<style>
 a { background-color: #31DCB6; }

 a { background-color: rgb(49,220,182); }

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

border-color css

<style>
 span { border-color: #31DCB6; }

 span { border-color: rgb(49,220,182); }

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