Shades of Bright Turquoise #1FFAEE
Tints of Bright Turquoise #1FFAEE
RGB
CMYK
RGB Variations
Color information
#1FFAEE (or 0x1FFAEE) is known color: Bright Turquoise. HEX triplet: 1F, FA and EE. RGB value is (31,250,238). Sum of RGB (Red+Green+Blue) = 31+250+238=519 (68% of max value = 765). Red value is 31 (12.5% from 255 or 5.97% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFAEE is #E00511. Grayscale: #B6B6B6. Windows color (decimal): -14681362 or 15661599. OLE color: 15661599.
HSL color Cylindrical-coordinate representation of color #1FFAEE: hue angle of 176.71º 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 #1FFAEE is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 238 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.02 |
| HSL | 176.71º | 0.96% | 0.55% | - |
| HSV(B) | 176.71º | 0.88% | 0.98% | - |
| XYZ | 50.18 | 74.84 | 92.69 | - |
| YUV | 183.15 | 158.95 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 238 | 0.88 | 0 | 0.05 | 0.02 | 176.71 | 0.96 | 0.55 |
| Hex | 1F | FA | EE | 58 | 0 | 5 | 2 | B1 | 60 | 37 |
| Octal | 37 | 372 | 356 | 130 | 0 | 5 | 2 | 261 | 140 | 67 |
| Binary | 11111 | 11111010 | 11101110 | 1011000 | 0 | 101 | 10 | 10110001 | 1100000 | 110111 |
Color Harmonies of #1FFAEE
Complementary color
Monochromatic Colors of #1FFAEE
Black with #1FFAEE
Text Example
Text Example
White with #1FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAEE; }
p { color: rgb(31,250,238); }
H1.HeaderClassName
{
color: #1FFAEE;
}
.AnyTagClassName
{
color: #1FFAEE;
}
</style>
background-color css
<style>
a { background-color: #1FFAEE; }
a { background-color: rgb(31,250,238); }
div.DivClassName
{
background-color: #1FFAEE;
}
.BgClassName
{
background-color: #1FFAEE;
}
</style>
border-color css
<style>
span { border-color: #1FFAEE; }
span { border-color: rgb(31,250,238); }
td.TdClassName
{
border-color: #1FFAEE;
}
.TagClassName
{
border-color: #1FFAEE;
}
</style>