Html Css Color HEX #31C6BD Medium Turquoise

📋 copy color: '#31C6BD'

red 49 ◦ green 198 ◦ blue 189

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

Shades of Medium Turquoise #31C6BD

Tints of Medium Turquoise #31C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 11.24%
G = 45.41%
B = 43.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#31C6BD (or 0x31C6BD) is known color: Medium Turquoise. HEX triplet: 31, C6 and BD. RGB value is (49,198,189). Sum of RGB (Red+Green+Blue) = 49+198+189=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #31C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C6BD is #CE3942. Grayscale: #989898. Windows color (decimal): -13515075 or 12437041. OLE color: 12437041.

HSL color Cylindrical-coordinate representation of color #31C6BD: hue angle of 176.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C6BD is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 198 189 -
CMYK 0.75 0 0.05 0.22
HSL 176.38º 0.6% 0.48% -
HSV(B) 176.38º 0.75% 0.78% -
XYZ 30.65 44.72 55.16 -
YUV 152.42 148.64 54.23 -
System Red Green Blue C M Y K H S L
Decimal 49 198 189 0.75 0 0.05 0.22 176.38 0.6 0.48
Hex 31 C6 BD 4B 0 5 16 B0 3C 30
Octal 61 306 275 113 0 5 26 260 74 60
Binary 110001 11000110 10111101 1001011 0 101 10110 10110000 111100 110000

Color Harmonies of #31C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C6BD

Black with #31C6BD

Text Example


Text Example

White with #31C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,198,189); }

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

background-color css

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

 a { background-color: rgb(49,198,189); }

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

border-color css

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

 span { border-color: rgb(49,198,189); }

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