Shades of Bright Turquoise #1FDBDD
Tints of Bright Turquoise #1FDBDD
RGB
CMYK
RGB Variations
Color information
#1FDBDD (or 0x1FDBDD) is known color: Bright Turquoise. HEX triplet: 1F, DB and DD. RGB value is (31,219,221). Sum of RGB (Red+Green+Blue) = 31+219+221=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FDBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDBDD is #E02422. Grayscale: #A2A2A2. Windows color (decimal): -14689315 or 14539551. OLE color: 14539551.
HSL color Cylindrical-coordinate representation of color #1FDBDD: hue angle of 180.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDBDD is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 219 | 221 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.13 |
| HSL | 180.63º | 0.75% | 0.49% | - |
| HSV(B) | 180.63º | 0.86% | 0.87% | - |
| XYZ | 38.95 | 56.17 | 77.2 | - |
| YUV | 163.02 | 160.72 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 221 | 0.86 | 0.01 | 0 | 0.13 | 180.63 | 0.75 | 0.49 |
| Hex | 1F | DB | DD | 56 | 1 | 0 | D | B5 | 4B | 31 |
| Octal | 37 | 333 | 335 | 126 | 1 | 0 | 15 | 265 | 113 | 61 |
| Binary | 11111 | 11011011 | 11011101 | 1010110 | 1 | 0 | 1101 | 10110101 | 1001011 | 110001 |
Color Harmonies of #1FDBDD
Complementary color
Monochromatic Colors of #1FDBDD
Black with #1FDBDD
Text Example
Text Example
White with #1FDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBDD; }
p { color: rgb(31,219,221); }
H1.HeaderClassName
{
color: #1FDBDD;
}
.AnyTagClassName
{
color: #1FDBDD;
}
</style>
background-color css
<style>
a { background-color: #1FDBDD; }
a { background-color: rgb(31,219,221); }
div.DivClassName
{
background-color: #1FDBDD;
}
.BgClassName
{
background-color: #1FDBDD;
}
</style>
border-color css
<style>
span { border-color: #1FDBDD; }
span { border-color: rgb(31,219,221); }
td.TdClassName
{
border-color: #1FDBDD;
}
.TagClassName
{
border-color: #1FDBDD;
}
</style>