#31C8CD

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

Shades of Medium Turquoise #31C8CD

Tints of Medium Turquoise #31C8CD

Color information

#31C8CD (or 0x31C8CD) is unknown color: approx Medium Turquoise. HEX triplet: 31, C8 and CD. RGB value is (49,200,205). Sum of RGB (Red+Green+Blue) = 49+200+205=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #31C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C8CD is #CE3732. Grayscale: #9B9B9B. Windows color (decimal): -13514547 or 13486129. OLE color: 13486129.

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

Color convert

RGB49200205-
CMYK0.760.0200.20
HSL181.92º61.42%49.8%-
HSV(B)181.92º76.1%80.39%-
XYZ32.9446.3764.97-
YUV155.42155.9752.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.79%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=10.79%
G=44.05%
B=45.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal492002050.760.0200.20181.9261.4249.8
Hex31C8CD4C2014b63d32
Octal6131031511420242667562
Binary110001110010001100110110011001001010010110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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