Html Css Color HEX #31DAB6 Turquoise

📋 copy color: '#31DAB6'

red 49 ◦ green 218 ◦ blue 182

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

Shades of Turquoise #31DAB6

Tints of Turquoise #31DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

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

R = 10.91%
G = 48.55%
B = 40.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#31DAB6 (or 0x31DAB6) is known color: Turquoise. HEX triplet: 31, DA and B6. RGB value is (49,218,182). Sum of RGB (Red+Green+Blue) = 49+218+182=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAB6 is #CE2549. Grayscale: #A3A3A3. Windows color (decimal): -13509962 or 11983409. OLE color: 11983409.

HSL color Cylindrical-coordinate representation of color #31DAB6: hue angle of 167.22º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DAB6 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 182 -
CMYK 0.78 0 0.17 0.15
HSL 167.22º 0.7% 0.52% -
HSV(B) 167.22º 0.78% 0.85% -
XYZ 34.78 54.17 52.88 -
YUV 163.37 138.51 46.43 -
System Red Green Blue C M Y K H S L
Decimal 49 218 182 0.78 0 0.17 0.15 167.22 0.7 0.52
Hex 31 DA B6 4E 0 11 F A7 46 34
Octal 61 332 266 116 0 21 17 247 106 64
Binary 110001 11011010 10110110 1001110 0 10001 1111 10100111 1000110 110100

Color Harmonies of #31DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DAB6

Black with #31DAB6

Text Example


Text Example

White with #31DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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