Shades of Bright Turquoise #1FDEDF
Tints of Bright Turquoise #1FDEDF
RGB
CMYK
RGB Variations
Color information
#1FDEDF (or 0x1FDEDF) is known color: Bright Turquoise. HEX triplet: 1F, DE and DF. RGB value is (31,222,223). Sum of RGB (Red+Green+Blue) = 31+222+223=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEDF is #E02120. Grayscale: #A4A4A4. Windows color (decimal): -14688545 or 14671391. OLE color: 14671391.
HSL color Cylindrical-coordinate representation of color #1FDEDF: hue angle of 180.31º 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 #1FDEDF is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 223 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.13 |
| HSL | 180.31º | 0.76% | 0.5% | - |
| HSV(B) | 180.31º | 0.86% | 0.87% | - |
| XYZ | 40.01 | 57.86 | 78.87 | - |
| YUV | 165.01 | 160.72 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 223 | 0.86 | 0.00 | 0 | 0.13 | 180.31 | 0.76 | 0.5 |
| Hex | 1F | DE | DF | 56 | 0 | 0 | D | B4 | 4C | 32 |
| Octal | 37 | 336 | 337 | 126 | 0 | 0 | 15 | 264 | 114 | 62 |
| Binary | 11111 | 11011110 | 11011111 | 1010110 | 0 | 0 | 1101 | 10110100 | 1001100 | 110010 |
Color Harmonies of #1FDEDF
Complementary color
Monochromatic Colors of #1FDEDF
Black with #1FDEDF
Text Example
Text Example
White with #1FDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEDF; }
p { color: rgb(31,222,223); }
H1.HeaderClassName
{
color: #1FDEDF;
}
.AnyTagClassName
{
color: #1FDEDF;
}
</style>
background-color css
<style>
a { background-color: #1FDEDF; }
a { background-color: rgb(31,222,223); }
div.DivClassName
{
background-color: #1FDEDF;
}
.BgClassName
{
background-color: #1FDEDF;
}
</style>
border-color css
<style>
span { border-color: #1FDEDF; }
span { border-color: rgb(31,222,223); }
td.TdClassName
{
border-color: #1FDEDF;
}
.TagClassName
{
border-color: #1FDEDF;
}
</style>