Shades of Medium Turquoise #31CCD8
Tints of Medium Turquoise #31CCD8
RGB
CMYK
RGB Variations
Color information
#31CCD8 (or 0x31CCD8) is known color: Medium Turquoise. HEX triplet: 31, CC and D8. RGB value is (49,204,216). Sum of RGB (Red+Green+Blue) = 49+204+216=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #31CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCD8 is #CE3327. Grayscale: #9E9E9E. Windows color (decimal): -13513512 or 14208049. OLE color: 14208049.
HSL color Cylindrical-coordinate representation of color #31CCD8: hue angle of 184.31º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CCD8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 204 | 216 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.15 |
| HSL | 184.31º | 0.68% | 0.52% | - |
| HSV(B) | 184.31º | 0.77% | 0.85% | - |
| XYZ | 35.25 | 48.8 | 72.53 | - |
| YUV | 159.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 216 | 0.77 | 0.06 | 0 | 0.15 | 184.31 | 0.68 | 0.52 |
| Hex | 31 | CC | D8 | 4D | 6 | 0 | F | B8 | 44 | 34 |
| Octal | 61 | 314 | 330 | 115 | 6 | 0 | 17 | 270 | 104 | 64 |
| Binary | 110001 | 11001100 | 11011000 | 1001101 | 110 | 0 | 1111 | 10111000 | 1000100 | 110100 |
Color Harmonies of #31CCD8
Complementary color
Monochromatic Colors of #31CCD8
Black with #31CCD8
Text Example
Text Example
White with #31CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCD8; }
p { color: rgb(49,204,216); }
H1.HeaderClassName
{
color: #31CCD8;
}
.AnyTagClassName
{
color: #31CCD8;
}
</style>
background-color css
<style>
a { background-color: #31CCD8; }
a { background-color: rgb(49,204,216); }
div.DivClassName
{
background-color: #31CCD8;
}
.BgClassName
{
background-color: #31CCD8;
}
</style>
border-color css
<style>
span { border-color: #31CCD8; }
span { border-color: rgb(49,204,216); }
td.TdClassName
{
border-color: #31CCD8;
}
.TagClassName
{
border-color: #31CCD8;
}
</style>