Shades of Bright Turquoise #1FFFDD
Tints of Bright Turquoise #1FFFDD
RGB
CMYK
RGB Variations
Color information
#1FFFDD (or 0x1FFFDD) is known color: Bright Turquoise. HEX triplet: 1F, FF and DD. RGB value is (31,255,221). Sum of RGB (Red+Green+Blue) = 31+255+221=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFDD is #E00022. Grayscale: #B8B8B8. Windows color (decimal): -14680099 or 14548767. OLE color: 14548767.
HSL color Cylindrical-coordinate representation of color #1FFFDD: hue angle of 170.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFDD is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 221 | - |
| CMYK | 0.88 | 0 | 0.13 | 0 |
| HSL | 170.89º | 1% | 0.56% | - |
| HSV(B) | 170.89º | 0.88% | 1% | - |
| XYZ | 49.38 | 77.03 | 80.67 | - |
| YUV | 184.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 221 | 0.88 | 0 | 0.13 | 0 | 170.89 | 1 | 0.56 |
| Hex | 1F | FF | DD | 58 | 0 | D | 0 | AB | 64 | 38 |
| Octal | 37 | 377 | 335 | 130 | 0 | 15 | 0 | 253 | 144 | 70 |
| Binary | 11111 | 11111111 | 11011101 | 1011000 | 0 | 1101 | 0 | 10101011 | 1100100 | 111000 |
Color Harmonies of #1FFFDD
Complementary color
Monochromatic Colors of #1FFFDD
Black with #1FFFDD
Text Example
Text Example
White with #1FFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFDD; }
p { color: rgb(31,255,221); }
H1.HeaderClassName
{
color: #1FFFDD;
}
.AnyTagClassName
{
color: #1FFFDD;
}
</style>
background-color css
<style>
a { background-color: #1FFFDD; }
a { background-color: rgb(31,255,221); }
div.DivClassName
{
background-color: #1FFFDD;
}
.BgClassName
{
background-color: #1FFFDD;
}
</style>
border-color css
<style>
span { border-color: #1FFFDD; }
span { border-color: rgb(31,255,221); }
td.TdClassName
{
border-color: #1FFFDD;
}
.TagClassName
{
border-color: #1FFFDD;
}
</style>