Html Css Color HEX #31D0BC Medium Turquoise

📋 copy color: '#31D0BC'

red 49 ◦ green 208 ◦ blue 188

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

Shades of Medium Turquoise #31D0BC

Tints of Medium Turquoise #31D0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 11.01%
G = 46.74%
B = 42.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#31D0BC (or 0x31D0BC) is known color: Medium Turquoise. HEX triplet: 31, D0 and BC. RGB value is (49,208,188). Sum of RGB (Red+Green+Blue) = 49+208+188=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0BC is #CE2F43. Grayscale: #9E9E9E. Windows color (decimal): -13512516 or 12374065. OLE color: 12374065.

HSL color Cylindrical-coordinate representation of color #31D0BC: hue angle of 172.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D0BC is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 208 188 -
CMYK 0.76 0 0.10 0.18
HSL 172.45º 0.63% 0.5% -
HSV(B) 172.45º 0.76% 0.82% -
XYZ 32.9 49.4 55.38 -
YUV 158.18 144.82 50.13 -
System Red Green Blue C M Y K H S L
Decimal 49 208 188 0.76 0 0.10 0.18 172.45 0.63 0.5
Hex 31 D0 BC 4C 0 A 12 AC 3F 32
Octal 61 320 274 114 0 12 22 254 77 62
Binary 110001 11010000 10111100 1001100 0 1010 10010 10101100 111111 110010

Color Harmonies of #31D0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D0BC

Black with #31D0BC

Text Example


Text Example

White with #31D0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,208,188); }

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

background-color css

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

 a { background-color: rgb(49,208,188); }

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

border-color css

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

 span { border-color: rgb(49,208,188); }

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