Html Css Color HEX #31D5BA Turquoise

📋 copy color: '#31D5BA'

red 49 ◦ green 213 ◦ blue 186

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

Shades of Turquoise #31D5BA

Tints of Turquoise #31D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 10.94%
G = 47.54%
B = 41.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#31D5BA (or 0x31D5BA) is known color: Turquoise. HEX triplet: 31, D5 and BA. RGB value is (49,213,186). Sum of RGB (Red+Green+Blue) = 49+213+186=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5BA is #CE2A45. Grayscale: #A0A0A0. Windows color (decimal): -13511238 or 12244273. OLE color: 12244273.

HSL color Cylindrical-coordinate representation of color #31D5BA: hue angle of 170.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5BA is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 186 -
CMYK 0.77 0 0.13 0.16
HSL 170.12º 0.66% 0.51% -
HSV(B) 170.12º 0.77% 0.84% -
XYZ 33.92 51.79 54.66 -
YUV 160.89 142.17 48.2 -
System Red Green Blue C M Y K H S L
Decimal 49 213 186 0.77 0 0.13 0.16 170.12 0.66 0.51
Hex 31 D5 BA 4D 0 D 10 AA 42 33
Octal 61 325 272 115 0 15 20 252 102 63
Binary 110001 11010101 10111010 1001101 0 1101 10000 10101010 1000010 110011

Color Harmonies of #31D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D5BA

Black with #31D5BA

Text Example


Text Example

White with #31D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,186); }

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

background-color css

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

 a { background-color: rgb(49,213,186); }

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

border-color css

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

 span { border-color: rgb(49,213,186); }

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