Shades of Turquoise #31DCEF
Tints of Turquoise #31DCEF
RGB
CMYK
RGB Variations
Color information
#31DCEF (or 0x31DCEF) is known color: Turquoise. HEX triplet: 31, DC and EF. RGB value is (49,220,239). Sum of RGB (Red+Green+Blue) = 49+220+239=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #31DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCEF is #CE2310. Grayscale: #AAAAAA. Windows color (decimal): -13509393 or 15719473. OLE color: 15719473.
HSL color Cylindrical-coordinate representation of color #31DCEF: hue angle of 186º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 220 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 186º | 0.86% | 0.56% | - |
| HSV(B) | 186º | 0.79% | 0.94% | - |
| XYZ | 42.44 | 58.07 | 90.63 | - |
| YUV | 171.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 239 | 0.79 | 0.08 | 0 | 0.06 | 186 | 0.86 | 0.56 |
| Hex | 31 | DC | EF | 4F | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 61 | 334 | 357 | 117 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110001 | 11011100 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #31DCEF
Complementary color
Monochromatic Colors of #31DCEF
Black with #31DCEF
Text Example
Text Example
White with #31DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCEF; }
p { color: rgb(49,220,239); }
H1.HeaderClassName
{
color: #31DCEF;
}
.AnyTagClassName
{
color: #31DCEF;
}
</style>
background-color css
<style>
a { background-color: #31DCEF; }
a { background-color: rgb(49,220,239); }
div.DivClassName
{
background-color: #31DCEF;
}
.BgClassName
{
background-color: #31DCEF;
}
</style>
border-color css
<style>
span { border-color: #31DCEF; }
span { border-color: rgb(49,220,239); }
td.TdClassName
{
border-color: #31DCEF;
}
.TagClassName
{
border-color: #31DCEF;
}
</style>