Html Css Color HEX #31C0CB Medium Turquoise

📋 copy color: '#31C0CB'

red 49 ◦ green 192 ◦ blue 203

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

Shades of Medium Turquoise #31C0CB

Tints of Medium Turquoise #31C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 11.04%
G = 43.24%
B = 45.72%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31C0CB (or 0x31C0CB) is known color: Medium Turquoise. HEX triplet: 31, C0 and CB. RGB value is (49,192,203). Sum of RGB (Red+Green+Blue) = 49+192+203=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #31C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C0CB is #CE3F34. Grayscale: #969696. Windows color (decimal): -13516597 or 13353009. OLE color: 13353009.

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

Color convert

RGB 49 192 203 -
CMYK 0.76 0.05 0 0.20
HSL 184.29º 0.61% 0.49% -
HSV(B) 184.29º 0.76% 0.8% -
XYZ 30.9 42.66 63.11 -
YUV 150.5 157.62 55.61 -
System Red Green Blue C M Y K H S L
Decimal 49 192 203 0.76 0.05 0 0.20 184.29 0.61 0.49
Hex 31 C0 CB 4C 5 0 14 B8 3D 31
Octal 61 300 313 114 5 0 24 270 75 61
Binary 110001 11000000 11001011 1001100 101 0 10100 10111000 111101 110001

Color Harmonies of #31C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C0CB

Black with #31C0CB

Text Example


Text Example

White with #31C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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