Html Css Color HEX #31C9BA Medium Turquoise

📋 copy color: '#31C9BA'

red 49 ◦ green 201 ◦ blue 186

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

Shades of Medium Turquoise #31C9BA

Tints of Medium Turquoise #31C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.1%

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

R = 11.24%
G = 46.1%
B = 42.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#31C9BA (or 0x31C9BA) is known color: Medium Turquoise. HEX triplet: 31, C9 and BA. RGB value is (49,201,186). Sum of RGB (Red+Green+Blue) = 49+201+186=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #31C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C9BA is #CE3645. Grayscale: #999999. Windows color (decimal): -13514310 or 12241201. OLE color: 12241201.

HSL color Cylindrical-coordinate representation of color #31C9BA: hue angle of 174.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C9BA is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 201 186 -
CMYK 0.76 0 0.07 0.21
HSL 174.08º 0.61% 0.49% -
HSV(B) 174.08º 0.76% 0.79% -
XYZ 31.02 45.97 53.69 -
YUV 153.84 146.14 53.22 -
System Red Green Blue C M Y K H S L
Decimal 49 201 186 0.76 0 0.07 0.21 174.08 0.61 0.49
Hex 31 C9 BA 4C 0 7 15 AE 3D 31
Octal 61 311 272 114 0 7 25 256 75 61
Binary 110001 11001001 10111010 1001100 0 111 10101 10101110 111101 110001

Color Harmonies of #31C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C9BA

Black with #31C9BA

Text Example


Text Example

White with #31C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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