Html Css Color HEX #31CAC2 Medium Turquoise

📋 copy color: '#31CAC2'

red 49 ◦ green 202 ◦ blue 194

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

Shades of Medium Turquoise #31CAC2

Tints of Medium Turquoise #31CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 11.01%
G = 45.39%
B = 43.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#31CAC2 (or 0x31CAC2) is known color: Medium Turquoise. HEX triplet: 31, CA and C2. RGB value is (49,202,194). Sum of RGB (Red+Green+Blue) = 49+202+194=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAC2 is #CE353D. Grayscale: #9B9B9B. Windows color (decimal): -13514046 or 12765745. OLE color: 12765745.

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

Color convert

RGB 49 202 194 -
CMYK 0.76 0 0.04 0.21
HSL 176.86º 0.61% 0.49% -
HSV(B) 176.86º 0.76% 0.79% -
XYZ 32.12 46.79 58.38 -
YUV 155.34 149.81 52.15 -
System Red Green Blue C M Y K H S L
Decimal 49 202 194 0.76 0 0.04 0.21 176.86 0.61 0.49
Hex 31 CA C2 4C 0 4 15 B1 3D 31
Octal 61 312 302 114 0 4 25 261 75 61
Binary 110001 11001010 11000010 1001100 0 100 10101 10110001 111101 110001

Color Harmonies of #31CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CAC2

Black with #31CAC2

Text Example


Text Example

White with #31CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,202,194); }

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

background-color css

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

 a { background-color: rgb(49,202,194); }

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

border-color css

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

 span { border-color: rgb(49,202,194); }

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