Shades of Bright Turquoise #1FFDD7
Tints of Bright Turquoise #1FFDD7
RGB
CMYK
RGB Variations
Color information
#1FFDD7 (or 0x1FFDD7) is known color: Bright Turquoise. HEX triplet: 1F, FD and D7. RGB value is (31,253,215). Sum of RGB (Red+Green+Blue) = 31+253+215=499 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.21% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDD7 is #E00228. Grayscale: #B6B6B6. Windows color (decimal): -14680617 or 14155039. OLE color: 14155039.
HSL color Cylindrical-coordinate representation of color #1FFDD7: hue angle of 169.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDD7 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 215 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.01 |
| HSL | 169.73º | 0.98% | 0.56% | - |
| HSV(B) | 169.73º | 0.88% | 0.99% | - |
| XYZ | 47.96 | 75.45 | 76.33 | - |
| YUV | 182.29 | 146.45 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 215 | 0.88 | 0 | 0.15 | 0.01 | 169.73 | 0.98 | 0.56 |
| Hex | 1F | FD | D7 | 58 | 0 | F | 1 | AA | 62 | 38 |
| Octal | 37 | 375 | 327 | 130 | 0 | 17 | 1 | 252 | 142 | 70 |
| Binary | 11111 | 11111101 | 11010111 | 1011000 | 0 | 1111 | 1 | 10101010 | 1100010 | 111000 |
Color Harmonies of #1FFDD7
Complementary color
Monochromatic Colors of #1FFDD7
Black with #1FFDD7
Text Example
Text Example
White with #1FFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDD7; }
p { color: rgb(31,253,215); }
H1.HeaderClassName
{
color: #1FFDD7;
}
.AnyTagClassName
{
color: #1FFDD7;
}
</style>
background-color css
<style>
a { background-color: #1FFDD7; }
a { background-color: rgb(31,253,215); }
div.DivClassName
{
background-color: #1FFDD7;
}
.BgClassName
{
background-color: #1FFDD7;
}
</style>
border-color css
<style>
span { border-color: #1FFDD7; }
span { border-color: rgb(31,253,215); }
td.TdClassName
{
border-color: #1FFDD7;
}
.TagClassName
{
border-color: #1FFDD7;
}
</style>