Shades of Bright Turquoise #1FD2EF
Tints of Bright Turquoise #1FD2EF
RGB
CMYK
RGB Variations
Color information
#1FD2EF (or 0x1FD2EF) is known color: Bright Turquoise. HEX triplet: 1F, D2 and EF. RGB value is (31,210,239). Sum of RGB (Red+Green+Blue) = 31+210+239=480 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.46% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD2EF is #E02D10. Grayscale: #9F9F9F. Windows color (decimal): -14691601 or 15716895. OLE color: 15716895.
HSL color Cylindrical-coordinate representation of color #1FD2EF: hue angle of 188.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD2EF is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 210 | 239 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.06 |
| HSL | 188.37º | 0.87% | 0.53% | - |
| HSV(B) | 188.37º | 0.87% | 0.94% | - |
| XYZ | 39.19 | 52.62 | 89.75 | - |
| YUV | 159.79 | 172.7 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 239 | 0.87 | 0.12 | 0 | 0.06 | 188.37 | 0.87 | 0.53 |
| Hex | 1F | D2 | EF | 57 | C | 0 | 6 | BC | 57 | 35 |
| Octal | 37 | 322 | 357 | 127 | 14 | 0 | 6 | 274 | 127 | 65 |
| Binary | 11111 | 11010010 | 11101111 | 1010111 | 1100 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #1FD2EF
Complementary color
Monochromatic Colors of #1FD2EF
Black with #1FD2EF
Text Example
Text Example
White with #1FD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2EF; }
p { color: rgb(31,210,239); }
H1.HeaderClassName
{
color: #1FD2EF;
}
.AnyTagClassName
{
color: #1FD2EF;
}
</style>
background-color css
<style>
a { background-color: #1FD2EF; }
a { background-color: rgb(31,210,239); }
div.DivClassName
{
background-color: #1FD2EF;
}
.BgClassName
{
background-color: #1FD2EF;
}
</style>
border-color css
<style>
span { border-color: #1FD2EF; }
span { border-color: rgb(31,210,239); }
td.TdClassName
{
border-color: #1FD2EF;
}
.TagClassName
{
border-color: #1FD2EF;
}
</style>