Shades of Bright Turquoise #1FE7CA
Tints of Bright Turquoise #1FE7CA
RGB
CMYK
RGB Variations
Color information
#1FE7CA (or 0x1FE7CA) is known color: Bright Turquoise. HEX triplet: 1F, E7 and CA. RGB value is (31,231,202). Sum of RGB (Red+Green+Blue) = 31+231+202=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7CA is #E01835. Grayscale: #A7A7A7. Windows color (decimal): -14686262 or 13297439. OLE color: 13297439.
HSL color Cylindrical-coordinate representation of color #1FE7CA: hue angle of 171.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE7CA is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 202 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.09 |
| HSL | 171.3º | 0.81% | 0.51% | - |
| HSV(B) | 171.3º | 0.87% | 0.91% | - |
| XYZ | 39.8 | 61.71 | 65.69 | - |
| YUV | 167.89 | 147.24 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 202 | 0.87 | 0 | 0.13 | 0.09 | 171.3 | 0.81 | 0.51 |
| Hex | 1F | E7 | CA | 57 | 0 | D | 9 | AB | 51 | 33 |
| Octal | 37 | 347 | 312 | 127 | 0 | 15 | 11 | 253 | 121 | 63 |
| Binary | 11111 | 11100111 | 11001010 | 1010111 | 0 | 1101 | 1001 | 10101011 | 1010001 | 110011 |
Color Harmonies of #1FE7CA
Complementary color
Monochromatic Colors of #1FE7CA
Black with #1FE7CA
Text Example
Text Example
White with #1FE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE7CA; }
p { color: rgb(31,231,202); }
H1.HeaderClassName
{
color: #1FE7CA;
}
.AnyTagClassName
{
color: #1FE7CA;
}
</style>
background-color css
<style>
a { background-color: #1FE7CA; }
a { background-color: rgb(31,231,202); }
div.DivClassName
{
background-color: #1FE7CA;
}
.BgClassName
{
background-color: #1FE7CA;
}
</style>
border-color css
<style>
span { border-color: #1FE7CA; }
span { border-color: rgb(31,231,202); }
td.TdClassName
{
border-color: #1FE7CA;
}
.TagClassName
{
border-color: #1FE7CA;
}
</style>