Shades of Turquoise #31DCFF
Tints of Turquoise #31DCFF
RGB
CMYK
RGB Variations
Color information
#31DCFF (or 0x31DCFF) is known color: Turquoise. HEX triplet: 31, DC and FF. RGB value is (49,220,255). Sum of RGB (Red+Green+Blue) = 49+220+255=524 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.35% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCFF is #CE2300. Grayscale: #ACACAC. Windows color (decimal): -13509377 or 16768049. OLE color: 16768049.
HSL color Cylindrical-coordinate representation of color #31DCFF: hue angle of 190.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DCFF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 220 | 255 | - |
| CMYK | 0.81 | 0.14 | 0 | 0 |
| HSL | 190.19º | 1% | 0.6% | - |
| HSV(B) | 190.19º | 0.81% | 1% | - |
| XYZ | 44.91 | 59.06 | 103.64 | - |
| YUV | 172.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 255 | 0.81 | 0.14 | 0 | 0 | 190.19 | 1 | 0.6 |
| Hex | 31 | DC | FF | 51 | E | 0 | 0 | BE | 64 | 3C |
| Octal | 61 | 334 | 377 | 121 | 16 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110001 | 11011100 | 11111111 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #31DCFF
Complementary color
Monochromatic Colors of #31DCFF
Black with #31DCFF
Text Example
Text Example
White with #31DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCFF; }
p { color: rgb(49,220,255); }
H1.HeaderClassName
{
color: #31DCFF;
}
.AnyTagClassName
{
color: #31DCFF;
}
</style>
background-color css
<style>
a { background-color: #31DCFF; }
a { background-color: rgb(49,220,255); }
div.DivClassName
{
background-color: #31DCFF;
}
.BgClassName
{
background-color: #31DCFF;
}
</style>
border-color css
<style>
span { border-color: #31DCFF; }
span { border-color: rgb(49,220,255); }
td.TdClassName
{
border-color: #31DCFF;
}
.TagClassName
{
border-color: #31DCFF;
}
</style>