Shades of Turquoise #31DCEB
Tints of Turquoise #31DCEB
RGB
CMYK
RGB Variations
Color information
#31DCEB (or 0x31DCEB) is known color: Turquoise. HEX triplet: 31, DC and EB. RGB value is (49,220,235). Sum of RGB (Red+Green+Blue) = 49+220+235=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #31DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCEB is #CE2314. Grayscale: #AAAAAA. Windows color (decimal): -13509397 or 15457329. OLE color: 15457329.
HSL color Cylindrical-coordinate representation of color #31DCEB: hue angle of 184.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCEB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 220 | 235 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.08 |
| HSL | 184.84º | 0.82% | 0.56% | - |
| HSV(B) | 184.84º | 0.79% | 0.92% | - |
| XYZ | 41.86 | 57.84 | 87.56 | - |
| YUV | 170.58 | 164.35 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 235 | 0.79 | 0.06 | 0 | 0.08 | 184.84 | 0.82 | 0.56 |
| Hex | 31 | DC | EB | 4F | 6 | 0 | 8 | B9 | 52 | 38 |
| Octal | 61 | 334 | 353 | 117 | 6 | 0 | 10 | 271 | 122 | 70 |
| Binary | 110001 | 11011100 | 11101011 | 1001111 | 110 | 0 | 1000 | 10111001 | 1010010 | 111000 |
Color Harmonies of #31DCEB
Complementary color
Monochromatic Colors of #31DCEB
Black with #31DCEB
Text Example
Text Example
White with #31DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCEB; }
p { color: rgb(49,220,235); }
H1.HeaderClassName
{
color: #31DCEB;
}
.AnyTagClassName
{
color: #31DCEB;
}
</style>
background-color css
<style>
a { background-color: #31DCEB; }
a { background-color: rgb(49,220,235); }
div.DivClassName
{
background-color: #31DCEB;
}
.BgClassName
{
background-color: #31DCEB;
}
</style>
border-color css
<style>
span { border-color: #31DCEB; }
span { border-color: rgb(49,220,235); }
td.TdClassName
{
border-color: #31DCEB;
}
.TagClassName
{
border-color: #31DCEB;
}
</style>