Shades of Bright Turquoise #1FF8D6
Tints of Bright Turquoise #1FF8D6
RGB
CMYK
RGB Variations
Color information
#1FF8D6 (or 0x1FF8D6) is known color: Bright Turquoise. HEX triplet: 1F, F8 and D6. RGB value is (31,248,214). Sum of RGB (Red+Green+Blue) = 31+248+214=493 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.29% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #1FF8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF8D6 is #E00729. Grayscale: #B3B3B3. Windows color (decimal): -14681898 or 14088223. OLE color: 14088223.
HSL color Cylindrical-coordinate representation of color #1FF8D6: hue angle of 170.6º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF8D6 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 248 | 214 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.03 |
| HSL | 170.6º | 0.94% | 0.55% | - |
| HSV(B) | 170.6º | 0.88% | 0.97% | - |
| XYZ | 46.27 | 72.28 | 75.13 | - |
| YUV | 179.24 | 147.61 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 248 | 214 | 0.88 | 0 | 0.14 | 0.03 | 170.6 | 0.94 | 0.55 |
| Hex | 1F | F8 | D6 | 58 | 0 | E | 3 | AB | 5E | 37 |
| Octal | 37 | 370 | 326 | 130 | 0 | 16 | 3 | 253 | 136 | 67 |
| Binary | 11111 | 11111000 | 11010110 | 1011000 | 0 | 1110 | 11 | 10101011 | 1011110 | 110111 |
Color Harmonies of #1FF8D6
Complementary color
Monochromatic Colors of #1FF8D6
Black with #1FF8D6
Text Example
Text Example
White with #1FF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF8D6; }
p { color: rgb(31,248,214); }
H1.HeaderClassName
{
color: #1FF8D6;
}
.AnyTagClassName
{
color: #1FF8D6;
}
</style>
background-color css
<style>
a { background-color: #1FF8D6; }
a { background-color: rgb(31,248,214); }
div.DivClassName
{
background-color: #1FF8D6;
}
.BgClassName
{
background-color: #1FF8D6;
}
</style>
border-color css
<style>
span { border-color: #1FF8D6; }
span { border-color: rgb(31,248,214); }
td.TdClassName
{
border-color: #1FF8D6;
}
.TagClassName
{
border-color: #1FF8D6;
}
</style>