Shades of Bright Turquoise #1FDFEF
Tints of Bright Turquoise #1FDFEF
RGB
CMYK
RGB Variations
Color information
#1FDFEF (or 0x1FDFEF) is known color: Bright Turquoise. HEX triplet: 1F, DF and EF. RGB value is (31,223,239). Sum of RGB (Red+Green+Blue) = 31+223+239=493 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.29% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFEF is #E02010. Grayscale: #A7A7A7. Windows color (decimal): -14688273 or 15720223. OLE color: 15720223.
HSL color Cylindrical-coordinate representation of color #1FDFEF: hue angle of 184.62º 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 #1FDFEF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 223 | 239 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.06 |
| HSL | 184.62º | 0.87% | 0.53% | - |
| HSV(B) | 184.62º | 0.87% | 0.94% | - |
| XYZ | 42.53 | 59.3 | 90.87 | - |
| YUV | 167.42 | 168.39 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 239 | 0.87 | 0.07 | 0 | 0.06 | 184.62 | 0.87 | 0.53 |
| Hex | 1F | DF | EF | 57 | 7 | 0 | 6 | B9 | 57 | 35 |
| Octal | 37 | 337 | 357 | 127 | 7 | 0 | 6 | 271 | 127 | 65 |
| Binary | 11111 | 11011111 | 11101111 | 1010111 | 111 | 0 | 110 | 10111001 | 1010111 | 110101 |
Color Harmonies of #1FDFEF
Complementary color
Monochromatic Colors of #1FDFEF
Black with #1FDFEF
Text Example
Text Example
White with #1FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFEF; }
p { color: rgb(31,223,239); }
H1.HeaderClassName
{
color: #1FDFEF;
}
.AnyTagClassName
{
color: #1FDFEF;
}
</style>
background-color css
<style>
a { background-color: #1FDFEF; }
a { background-color: rgb(31,223,239); }
div.DivClassName
{
background-color: #1FDFEF;
}
.BgClassName
{
background-color: #1FDFEF;
}
</style>
border-color css
<style>
span { border-color: #1FDFEF; }
span { border-color: rgb(31,223,239); }
td.TdClassName
{
border-color: #1FDFEF;
}
.TagClassName
{
border-color: #1FDFEF;
}
</style>