Shades of Bright Turquoise #1FE8CF
Tints of Bright Turquoise #1FE8CF
RGB
CMYK
RGB Variations
Color information
#1FE8CF (or 0x1FE8CF) is known color: Bright Turquoise. HEX triplet: 1F, E8 and CF. RGB value is (31,232,207). Sum of RGB (Red+Green+Blue) = 31+232+207=470 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.60% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE8CF is #E01730. Grayscale: #A8A8A8. Windows color (decimal): -14686001 or 13625375. OLE color: 13625375.
HSL color Cylindrical-coordinate representation of color #1FE8CF: hue angle of 172.54º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE8CF is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 232 | 207 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.09 |
| HSL | 172.54º | 0.81% | 0.52% | - |
| HSV(B) | 172.54º | 0.87% | 0.91% | - |
| XYZ | 40.68 | 62.51 | 68.95 | - |
| YUV | 169.05 | 149.41 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 232 | 207 | 0.87 | 0 | 0.11 | 0.09 | 172.54 | 0.81 | 0.52 |
| Hex | 1F | E8 | CF | 57 | 0 | B | 9 | AD | 51 | 34 |
| Octal | 37 | 350 | 317 | 127 | 0 | 13 | 11 | 255 | 121 | 64 |
| Binary | 11111 | 11101000 | 11001111 | 1010111 | 0 | 1011 | 1001 | 10101101 | 1010001 | 110100 |
Color Harmonies of #1FE8CF
Complementary color
Monochromatic Colors of #1FE8CF
Black with #1FE8CF
Text Example
Text Example
White with #1FE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE8CF; }
p { color: rgb(31,232,207); }
H1.HeaderClassName
{
color: #1FE8CF;
}
.AnyTagClassName
{
color: #1FE8CF;
}
</style>
background-color css
<style>
a { background-color: #1FE8CF; }
a { background-color: rgb(31,232,207); }
div.DivClassName
{
background-color: #1FE8CF;
}
.BgClassName
{
background-color: #1FE8CF;
}
</style>
border-color css
<style>
span { border-color: #1FE8CF; }
span { border-color: rgb(31,232,207); }
td.TdClassName
{
border-color: #1FE8CF;
}
.TagClassName
{
border-color: #1FE8CF;
}
</style>