Html Css Color HEX #31CBBB Medium Turquoise

📋 copy color: '#31CBBB'

red 49 ◦ green 203 ◦ blue 187

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

Shades of Medium Turquoise #31CBBB

Tints of Medium Turquoise #31CBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 11.16%
G = 46.24%
B = 42.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#31CBBB (or 0x31CBBB) is known color: Medium Turquoise. HEX triplet: 31, CB and BB. RGB value is (49,203,187). Sum of RGB (Red+Green+Blue) = 49+203+187=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBBB is #CE3444. Grayscale: #9B9B9B. Windows color (decimal): -13513797 or 12307249. OLE color: 12307249.

HSL color Cylindrical-coordinate representation of color #31CBBB: hue angle of 173.77º 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 #31CBBB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 187 -
CMYK 0.76 0 0.08 0.20
HSL 173.77º 0.61% 0.49% -
HSV(B) 173.77º 0.76% 0.8% -
XYZ 31.59 46.95 54.41 -
YUV 155.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 49 203 187 0.76 0 0.08 0.20 173.77 0.61 0.49
Hex 31 CB BB 4C 0 8 14 AE 3D 31
Octal 61 313 273 114 0 10 24 256 75 61
Binary 110001 11001011 10111011 1001100 0 1000 10100 10101110 111101 110001

Color Harmonies of #31CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBBB

Black with #31CBBB

Text Example


Text Example

White with #31CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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