#31c7cd

Color #31C7CD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #31C7CD

Tints of Medium Turquoise #31C7CD

Color information

#31C7CD (or 0x31C7CD) is unknown color: approx Medium Turquoise. HEX triplet: 31, C7 and CD. RGB value is (49,199,205). Sum of RGB (Red+Green+Blue) = 49+199+205=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #31C7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C7CD is #CE3832. Grayscale: #9A9A9A. Windows color (decimal): -13514803 or 13485873. OLE color: 13485873.

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

Color convert

RGB49199205-
CMYK0.760.0300.20
HSL182.31º61.42%49.8%-
HSV(B)182.31º76.1%80.39%-
XYZ32.7145.9164.89-
YUV154.83156.352.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.82%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=10.82%
G=43.93%
B=45.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491992050.760.0300.20182.3161.4249.8
Hex31C7CD4C3014b63d32
Octal6130731511430242667562
Binary110001110001111100110110011001101010010110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c7cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,199,205); }

 H1.HeaderClassName
 {
   color: #31c7cd;
 }
 .AnyTagClassName
 {
   color: #31c7cd;
 }
</style>
background-color css

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

 a { background-color: rgb(49,199,205); }

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

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

 span { border-color: rgb(49,199,205); }

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