Html Css Color HEX #31CBB9 Medium Turquoise

📋 copy color: '#31CBB9'

red 49 ◦ green 203 ◦ blue 185

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

Shades of Medium Turquoise #31CBB9

Tints of Medium Turquoise #31CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 11.21%
G = 46.45%
B = 42.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#31CBB9 (or 0x31CBB9) is known color: Medium Turquoise. HEX triplet: 31, CB and B9. RGB value is (49,203,185). Sum of RGB (Red+Green+Blue) = 49+203+185=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBB9 is #CE3446. Grayscale: #9A9A9A. Windows color (decimal): -13513799 or 12176177. OLE color: 12176177.

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

Color convert

RGB 49 203 185 -
CMYK 0.76 0 0.09 0.20
HSL 172.99º 0.61% 0.49% -
HSV(B) 172.99º 0.76% 0.8% -
XYZ 31.38 46.87 53.29 -
YUV 154.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 49 203 185 0.76 0 0.09 0.20 172.99 0.61 0.49
Hex 31 CB B9 4C 0 9 14 AD 3D 31
Octal 61 313 271 114 0 11 24 255 75 61
Binary 110001 11001011 10111001 1001100 0 1001 10100 10101101 111101 110001

Color Harmonies of #31CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBB9

Black with #31CBB9

Text Example


Text Example

White with #31CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,203,185); }

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

background-color css

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

 a { background-color: rgb(49,203,185); }

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

border-color css

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

 span { border-color: rgb(49,203,185); }

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