Html Css Color HEX #31CCC1 Medium Turquoise

📋 copy color: '#31CCC1'

red 49 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #31CCC1

Tints of Medium Turquoise #31CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 10.99%
G = 45.74%
B = 43.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#31CCC1 (or 0x31CCC1) is known color: Medium Turquoise. HEX triplet: 31, CC and C1. RGB value is (49,204,193). Sum of RGB (Red+Green+Blue) = 49+204+193=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCC1 is #CE333E. Grayscale: #9C9C9C. Windows color (decimal): -13513535 or 12700721. OLE color: 12700721.

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

Color convert

RGB 49 204 193 -
CMYK 0.76 0 0.05 0.2
HSL 175.74º 0.61% 0.5% -
HSV(B) 175.74º 0.76% 0.8% -
XYZ 32.49 47.69 57.94 -
YUV 156.4 148.65 51.39 -
System Red Green Blue C M Y K H S L
Decimal 49 204 193 0.76 0 0.05 0.2 175.74 0.61 0.5
Hex 31 CC C1 4C 0 5 14 B0 3D 32
Octal 61 314 301 114 0 5 24 260 75 62
Binary 110001 11001100 11000001 1001100 0 101 10100 10110000 111101 110010

Color Harmonies of #31CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCC1

Black with #31CCC1

Text Example


Text Example

White with #31CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,204,193); }

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

background-color css

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

 a { background-color: rgb(49,204,193); }

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

border-color css

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

 span { border-color: rgb(49,204,193); }

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