Shades of Bright Turquoise #1FDFCF
Tints of Bright Turquoise #1FDFCF
RGB
CMYK
RGB Variations
Color information
#1FDFCF (or 0x1FDFCF) is known color: Bright Turquoise. HEX triplet: 1F, DF and CF. RGB value is (31,223,207). Sum of RGB (Red+Green+Blue) = 31+223+207=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFCF is #E02030. Grayscale: #A3A3A3. Windows color (decimal): -14688305 or 13623071. OLE color: 13623071.
HSL color Cylindrical-coordinate representation of color #1FDFCF: hue angle of 175º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDFCF is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 207 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.13 |
| HSL | 175º | 0.76% | 0.5% | - |
| HSV(B) | 175º | 0.86% | 0.87% | - |
| XYZ | 38.22 | 57.57 | 68.13 | - |
| YUV | 163.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 207 | 0.86 | 0 | 0.07 | 0.13 | 175 | 0.76 | 0.5 |
| Hex | 1F | DF | CF | 56 | 0 | 7 | D | AF | 4C | 32 |
| Octal | 37 | 337 | 317 | 126 | 0 | 7 | 15 | 257 | 114 | 62 |
| Binary | 11111 | 11011111 | 11001111 | 1010110 | 0 | 111 | 1101 | 10101111 | 1001100 | 110010 |
Color Harmonies of #1FDFCF
Complementary color
Monochromatic Colors of #1FDFCF
Black with #1FDFCF
Text Example
Text Example
White with #1FDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFCF; }
p { color: rgb(31,223,207); }
H1.HeaderClassName
{
color: #1FDFCF;
}
.AnyTagClassName
{
color: #1FDFCF;
}
</style>
background-color css
<style>
a { background-color: #1FDFCF; }
a { background-color: rgb(31,223,207); }
div.DivClassName
{
background-color: #1FDFCF;
}
.BgClassName
{
background-color: #1FDFCF;
}
</style>
border-color css
<style>
span { border-color: #1FDFCF; }
span { border-color: rgb(31,223,207); }
td.TdClassName
{
border-color: #1FDFCF;
}
.TagClassName
{
border-color: #1FDFCF;
}
</style>