Shades of Bright Turquoise #1FFAD0
Tints of Bright Turquoise #1FFAD0
RGB
CMYK
RGB Variations
Color information
#1FFAD0 (or 0x1FFAD0) is known color: Bright Turquoise. HEX triplet: 1F, FA and D0. RGB value is (31,250,208). Sum of RGB (Red+Green+Blue) = 31+250+208=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFAD0 is #E0052F. Grayscale: #B3B3B3. Windows color (decimal): -14681392 or 13695519. OLE color: 13695519.
HSL color Cylindrical-coordinate representation of color #1FFAD0: hue angle of 168.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAD0 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 208 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.02 |
| HSL | 168.49º | 0.96% | 0.55% | - |
| HSV(B) | 168.49º | 0.88% | 0.98% | - |
| XYZ | 46.14 | 73.22 | 71.38 | - |
| YUV | 179.73 | 143.95 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 208 | 0.88 | 0 | 0.17 | 0.02 | 168.49 | 0.96 | 0.55 |
| Hex | 1F | FA | D0 | 58 | 0 | 11 | 2 | A8 | 60 | 37 |
| Octal | 37 | 372 | 320 | 130 | 0 | 21 | 2 | 250 | 140 | 67 |
| Binary | 11111 | 11111010 | 11010000 | 1011000 | 0 | 10001 | 10 | 10101000 | 1100000 | 110111 |
Color Harmonies of #1FFAD0
Complementary color
Monochromatic Colors of #1FFAD0
Black with #1FFAD0
Text Example
Text Example
White with #1FFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAD0; }
p { color: rgb(31,250,208); }
H1.HeaderClassName
{
color: #1FFAD0;
}
.AnyTagClassName
{
color: #1FFAD0;
}
</style>
background-color css
<style>
a { background-color: #1FFAD0; }
a { background-color: rgb(31,250,208); }
div.DivClassName
{
background-color: #1FFAD0;
}
.BgClassName
{
background-color: #1FFAD0;
}
</style>
border-color css
<style>
span { border-color: #1FFAD0; }
span { border-color: rgb(31,250,208); }
td.TdClassName
{
border-color: #1FFAD0;
}
.TagClassName
{
border-color: #1FFAD0;
}
</style>