Shades of Bright Turquoise #1FE5CF
Tints of Bright Turquoise #1FE5CF
RGB
CMYK
RGB Variations
Color information
#1FE5CF (or 0x1FE5CF) is known color: Bright Turquoise. HEX triplet: 1F, E5 and CF. RGB value is (31,229,207). Sum of RGB (Red+Green+Blue) = 31+229+207=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5CF is #E01A30. Grayscale: #A7A7A7. Windows color (decimal): -14686769 or 13624607. OLE color: 13624607.
HSL color Cylindrical-coordinate representation of color #1FE5CF: hue angle of 173.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE5CF is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 207 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.10 |
| HSL | 173.33º | 0.79% | 0.51% | - |
| HSV(B) | 173.33º | 0.86% | 0.9% | - |
| XYZ | 39.85 | 60.83 | 68.67 | - |
| YUV | 167.29 | 150.4 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 207 | 0.86 | 0 | 0.10 | 0.10 | 173.33 | 0.79 | 0.51 |
| Hex | 1F | E5 | CF | 56 | 0 | A | A | AD | 4F | 33 |
| Octal | 37 | 345 | 317 | 126 | 0 | 12 | 12 | 255 | 117 | 63 |
| Binary | 11111 | 11100101 | 11001111 | 1010110 | 0 | 1010 | 1010 | 10101101 | 1001111 | 110011 |
Color Harmonies of #1FE5CF
Complementary color
Monochromatic Colors of #1FE5CF
Black with #1FE5CF
Text Example
Text Example
White with #1FE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE5CF; }
p { color: rgb(31,229,207); }
H1.HeaderClassName
{
color: #1FE5CF;
}
.AnyTagClassName
{
color: #1FE5CF;
}
</style>
background-color css
<style>
a { background-color: #1FE5CF; }
a { background-color: rgb(31,229,207); }
div.DivClassName
{
background-color: #1FE5CF;
}
.BgClassName
{
background-color: #1FE5CF;
}
</style>
border-color css
<style>
span { border-color: #1FE5CF; }
span { border-color: rgb(31,229,207); }
td.TdClassName
{
border-color: #1FE5CF;
}
.TagClassName
{
border-color: #1FE5CF;
}
</style>