Shades of Bright Turquoise #1FFAF0
Tints of Bright Turquoise #1FFAF0
RGB
CMYK
RGB Variations
Color information
#1FFAF0 (or 0x1FFAF0) is known color: Bright Turquoise. HEX triplet: 1F, FA and F0. RGB value is (31,250,240). Sum of RGB (Red+Green+Blue) = 31+250+240=521 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.95% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFAF0 is #E0050F. Grayscale: #B7B7B7. Windows color (decimal): -14681360 or 15792671. OLE color: 15792671.
HSL color Cylindrical-coordinate representation of color #1FFAF0: hue angle of 177.26º 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 #1FFAF0 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 240 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.02 |
| HSL | 177.26º | 0.96% | 0.55% | - |
| HSV(B) | 177.26º | 0.88% | 0.98% | - |
| XYZ | 50.48 | 74.95 | 94.25 | - |
| YUV | 183.38 | 159.95 | 19.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 240 | 0.88 | 0 | 0.04 | 0.02 | 177.26 | 0.96 | 0.55 |
| Hex | 1F | FA | F0 | 58 | 0 | 4 | 2 | B1 | 60 | 37 |
| Octal | 37 | 372 | 360 | 130 | 0 | 4 | 2 | 261 | 140 | 67 |
| Binary | 11111 | 11111010 | 11110000 | 1011000 | 0 | 100 | 10 | 10110001 | 1100000 | 110111 |
Color Harmonies of #1FFAF0
Complementary color
Monochromatic Colors of #1FFAF0
Black with #1FFAF0
Text Example
Text Example
White with #1FFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAF0; }
p { color: rgb(31,250,240); }
H1.HeaderClassName
{
color: #1FFAF0;
}
.AnyTagClassName
{
color: #1FFAF0;
}
</style>
background-color css
<style>
a { background-color: #1FFAF0; }
a { background-color: rgb(31,250,240); }
div.DivClassName
{
background-color: #1FFAF0;
}
.BgClassName
{
background-color: #1FFAF0;
}
</style>
border-color css
<style>
span { border-color: #1FFAF0; }
span { border-color: rgb(31,250,240); }
td.TdClassName
{
border-color: #1FFAF0;
}
.TagClassName
{
border-color: #1FFAF0;
}
</style>