Html Css Color HEX #31CEBA Medium Turquoise

📋 copy color: '#31CEBA'

red 49 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #31CEBA

Tints of Medium Turquoise #31CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 11.11%
G = 46.71%
B = 42.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#31CEBA (or 0x31CEBA) is known color: Medium Turquoise. HEX triplet: 31, CE and BA. RGB value is (49,206,186). Sum of RGB (Red+Green+Blue) = 49+206+186=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEBA is #CE3145. Grayscale: #9C9C9C. Windows color (decimal): -13513030 or 12242481. OLE color: 12242481.

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

Color convert

RGB 49 206 186 -
CMYK 0.76 0 0.10 0.19
HSL 172.36º 0.62% 0.5% -
HSV(B) 172.36º 0.76% 0.81% -
XYZ 32.2 48.34 54.09 -
YUV 156.78 144.49 51.13 -
System Red Green Blue C M Y K H S L
Decimal 49 206 186 0.76 0 0.10 0.19 172.36 0.62 0.5
Hex 31 CE BA 4C 0 A 13 AC 3E 32
Octal 61 316 272 114 0 12 23 254 76 62
Binary 110001 11001110 10111010 1001100 0 1010 10011 10101100 111110 110010

Color Harmonies of #31CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEBA

Black with #31CEBA

Text Example


Text Example

White with #31CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,206,186); }

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

background-color css

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

 a { background-color: rgb(49,206,186); }

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

border-color css

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

 span { border-color: rgb(49,206,186); }

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