Shades of Bright Turquoise #1FD7DB
Tints of Bright Turquoise #1FD7DB
RGB
CMYK
RGB Variations
Color information
#1FD7DB (or 0x1FD7DB) is known color: Bright Turquoise. HEX triplet: 1F, D7 and DB. RGB value is (31,215,219). Sum of RGB (Red+Green+Blue) = 31+215+219=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FD7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD7DB is #E02824. Grayscale: #A0A0A0. Windows color (decimal): -14690341 or 14407455. OLE color: 14407455.
HSL color Cylindrical-coordinate representation of color #1FD7DB: hue angle of 181.28º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD7DB is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 215 | 219 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.14 |
| HSL | 181.28º | 0.75% | 0.49% | - |
| HSV(B) | 181.28º | 0.86% | 0.86% | - |
| XYZ | 37.65 | 54.01 | 75.46 | - |
| YUV | 160.44 | 161.04 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 215 | 219 | 0.86 | 0.02 | 0 | 0.14 | 181.28 | 0.75 | 0.49 |
| Hex | 1F | D7 | DB | 56 | 2 | 0 | E | B5 | 4B | 31 |
| Octal | 37 | 327 | 333 | 126 | 2 | 0 | 16 | 265 | 113 | 61 |
| Binary | 11111 | 11010111 | 11011011 | 1010110 | 10 | 0 | 1110 | 10110101 | 1001011 | 110001 |
Color Harmonies of #1FD7DB
Complementary color
Monochromatic Colors of #1FD7DB
Black with #1FD7DB
Text Example
Text Example
White with #1FD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD7DB; }
p { color: rgb(31,215,219); }
H1.HeaderClassName
{
color: #1FD7DB;
}
.AnyTagClassName
{
color: #1FD7DB;
}
</style>
background-color css
<style>
a { background-color: #1FD7DB; }
a { background-color: rgb(31,215,219); }
div.DivClassName
{
background-color: #1FD7DB;
}
.BgClassName
{
background-color: #1FD7DB;
}
</style>
border-color css
<style>
span { border-color: #1FD7DB; }
span { border-color: rgb(31,215,219); }
td.TdClassName
{
border-color: #1FD7DB;
}
.TagClassName
{
border-color: #1FD7DB;
}
</style>