Shades of Bright Turquoise #1FE7DF
Tints of Bright Turquoise #1FE7DF
RGB
CMYK
RGB Variations
Color information
#1FE7DF (or 0x1FE7DF) is known color: Bright Turquoise. HEX triplet: 1F, E7 and DF. RGB value is (31,231,223). Sum of RGB (Red+Green+Blue) = 31+231+223=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7DF is #E01820. Grayscale: #AAAAAA. Windows color (decimal): -14686241 or 14673695. OLE color: 14673695.
HSL color Cylindrical-coordinate representation of color #1FE7DF: hue angle of 177.6º 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 #1FE7DF is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 223 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.09 |
| HSL | 177.6º | 0.81% | 0.51% | - |
| HSV(B) | 177.6º | 0.87% | 0.91% | - |
| XYZ | 42.46 | 62.77 | 79.69 | - |
| YUV | 170.29 | 157.74 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 223 | 0.87 | 0 | 0.03 | 0.09 | 177.6 | 0.81 | 0.51 |
| Hex | 1F | E7 | DF | 57 | 0 | 3 | 9 | B2 | 51 | 33 |
| Octal | 37 | 347 | 337 | 127 | 0 | 3 | 11 | 262 | 121 | 63 |
| Binary | 11111 | 11100111 | 11011111 | 1010111 | 0 | 11 | 1001 | 10110010 | 1010001 | 110011 |
Color Harmonies of #1FE7DF
Complementary color
Monochromatic Colors of #1FE7DF
Black with #1FE7DF
Text Example
Text Example
White with #1FE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE7DF; }
p { color: rgb(31,231,223); }
H1.HeaderClassName
{
color: #1FE7DF;
}
.AnyTagClassName
{
color: #1FE7DF;
}
</style>
background-color css
<style>
a { background-color: #1FE7DF; }
a { background-color: rgb(31,231,223); }
div.DivClassName
{
background-color: #1FE7DF;
}
.BgClassName
{
background-color: #1FE7DF;
}
</style>
border-color css
<style>
span { border-color: #1FE7DF; }
span { border-color: rgb(31,231,223); }
td.TdClassName
{
border-color: #1FE7DF;
}
.TagClassName
{
border-color: #1FE7DF;
}
</style>