Shades of Bright Turquoise #1FE0FC
Tints of Bright Turquoise #1FE0FC
RGB
CMYK
RGB Variations
Color information
#1FE0FC (or 0x1FE0FC) is known color: Bright Turquoise. HEX triplet: 1F, E0 and FC. RGB value is (31,224,252). Sum of RGB (Red+Green+Blue) = 31+224+252=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE0FC is #E01F03. Grayscale: #A9A9A9. Windows color (decimal): -14688004 or 16572447. OLE color: 16572447.
HSL color Cylindrical-coordinate representation of color #1FE0FC: hue angle of 187.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE0FC is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 224 | 252 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.01 |
| HSL | 187.6º | 0.97% | 0.55% | - |
| HSV(B) | 187.6º | 0.88% | 0.99% | - |
| XYZ | 44.79 | 60.63 | 101.44 | - |
| YUV | 169.49 | 174.56 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 252 | 0.88 | 0.11 | 0 | 0.01 | 187.6 | 0.97 | 0.55 |
| Hex | 1F | E0 | FC | 58 | B | 0 | 1 | BC | 61 | 37 |
| Octal | 37 | 340 | 374 | 130 | 13 | 0 | 1 | 274 | 141 | 67 |
| Binary | 11111 | 11100000 | 11111100 | 1011000 | 1011 | 0 | 1 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1FE0FC
Complementary color
Monochromatic Colors of #1FE0FC
Black with #1FE0FC
Text Example
Text Example
White with #1FE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0FC; }
p { color: rgb(31,224,252); }
H1.HeaderClassName
{
color: #1FE0FC;
}
.AnyTagClassName
{
color: #1FE0FC;
}
</style>
background-color css
<style>
a { background-color: #1FE0FC; }
a { background-color: rgb(31,224,252); }
div.DivClassName
{
background-color: #1FE0FC;
}
.BgClassName
{
background-color: #1FE0FC;
}
</style>
border-color css
<style>
span { border-color: #1FE0FC; }
span { border-color: rgb(31,224,252); }
td.TdClassName
{
border-color: #1FE0FC;
}
.TagClassName
{
border-color: #1FE0FC;
}
</style>