Shades of Bright Turquoise #1FCFE7
Tints of Bright Turquoise #1FCFE7
RGB
CMYK
RGB Variations
Color information
#1FCFE7 (or 0x1FCFE7) is known color: Bright Turquoise. HEX triplet: 1F, CF and E7. RGB value is (31,207,231). Sum of RGB (Red+Green+Blue) = 31+207+231=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #1FCFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCFE7 is #E03018. Grayscale: #9C9C9C. Windows color (decimal): -14692377 or 15191839. OLE color: 15191839.
HSL color Cylindrical-coordinate representation of color #1FCFE7: hue angle of 187.2º 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 #1FCFE7 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 207 | 231 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.09 |
| HSL | 187.2º | 0.81% | 0.51% | - |
| HSV(B) | 187.2º | 0.87% | 0.91% | - |
| XYZ | 37.3 | 50.69 | 83.42 | - |
| YUV | 157.11 | 169.69 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 231 | 0.87 | 0.10 | 0 | 0.09 | 187.2 | 0.81 | 0.51 |
| Hex | 1F | CF | E7 | 57 | A | 0 | 9 | BB | 51 | 33 |
| Octal | 37 | 317 | 347 | 127 | 12 | 0 | 11 | 273 | 121 | 63 |
| Binary | 11111 | 11001111 | 11100111 | 1010111 | 1010 | 0 | 1001 | 10111011 | 1010001 | 110011 |
Color Harmonies of #1FCFE7
Complementary color
Monochromatic Colors of #1FCFE7
Black with #1FCFE7
Text Example
Text Example
White with #1FCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFE7; }
p { color: rgb(31,207,231); }
H1.HeaderClassName
{
color: #1FCFE7;
}
.AnyTagClassName
{
color: #1FCFE7;
}
</style>
background-color css
<style>
a { background-color: #1FCFE7; }
a { background-color: rgb(31,207,231); }
div.DivClassName
{
background-color: #1FCFE7;
}
.BgClassName
{
background-color: #1FCFE7;
}
</style>
border-color css
<style>
span { border-color: #1FCFE7; }
span { border-color: rgb(31,207,231); }
td.TdClassName
{
border-color: #1FCFE7;
}
.TagClassName
{
border-color: #1FCFE7;
}
</style>