Shades of Turquoise #31DCEE
Tints of Turquoise #31DCEE
RGB
CMYK
RGB Variations
Color information
#31DCEE (or 0x31DCEE) is known color: Turquoise. HEX triplet: 31, DC and EE. RGB value is (49,220,238). Sum of RGB (Red+Green+Blue) = 49+220+238=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #31DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCEE is #CE2311. Grayscale: #AAAAAA. Windows color (decimal): -13509394 or 15653937. OLE color: 15653937.
HSL color Cylindrical-coordinate representation of color #31DCEE: hue angle of 185.71º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCEE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 220 | 238 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.07 |
| HSL | 185.71º | 0.85% | 0.56% | - |
| HSV(B) | 185.71º | 0.79% | 0.93% | - |
| XYZ | 42.29 | 58.01 | 89.86 | - |
| YUV | 170.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 238 | 0.79 | 0.08 | 0 | 0.07 | 185.71 | 0.85 | 0.56 |
| Hex | 31 | DC | EE | 4F | 8 | 0 | 7 | BA | 55 | 38 |
| Octal | 61 | 334 | 356 | 117 | 10 | 0 | 7 | 272 | 125 | 70 |
| Binary | 110001 | 11011100 | 11101110 | 1001111 | 1000 | 0 | 111 | 10111010 | 1010101 | 111000 |
Color Harmonies of #31DCEE
Complementary color
Monochromatic Colors of #31DCEE
Black with #31DCEE
Text Example
Text Example
White with #31DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCEE; }
p { color: rgb(49,220,238); }
H1.HeaderClassName
{
color: #31DCEE;
}
.AnyTagClassName
{
color: #31DCEE;
}
</style>
background-color css
<style>
a { background-color: #31DCEE; }
a { background-color: rgb(49,220,238); }
div.DivClassName
{
background-color: #31DCEE;
}
.BgClassName
{
background-color: #31DCEE;
}
</style>
border-color css
<style>
span { border-color: #31DCEE; }
span { border-color: rgb(49,220,238); }
td.TdClassName
{
border-color: #31DCEE;
}
.TagClassName
{
border-color: #31DCEE;
}
</style>