Shades of Bright Turquoise #1FD4DB
Tints of Bright Turquoise #1FD4DB
RGB
CMYK
RGB Variations
Color information
#1FD4DB (or 0x1FD4DB) is known color: Bright Turquoise. HEX triplet: 1F, D4 and DB. RGB value is (31,212,219). Sum of RGB (Red+Green+Blue) = 31+212+219=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD4DB is #E02B24. Grayscale: #9E9E9E. Windows color (decimal): -14691109 or 14406687. OLE color: 14406687.
HSL color Cylindrical-coordinate representation of color #1FD4DB: hue angle of 182.23º 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 #1FD4DB is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 212 | 219 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.14 |
| HSL | 182.23º | 0.75% | 0.49% | - |
| HSV(B) | 182.23º | 0.86% | 0.86% | - |
| XYZ | 36.89 | 52.49 | 75.21 | - |
| YUV | 158.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 219 | 0.86 | 0.03 | 0 | 0.14 | 182.23 | 0.75 | 0.49 |
| Hex | 1F | D4 | DB | 56 | 3 | 0 | E | B6 | 4B | 31 |
| Octal | 37 | 324 | 333 | 126 | 3 | 0 | 16 | 266 | 113 | 61 |
| Binary | 11111 | 11010100 | 11011011 | 1010110 | 11 | 0 | 1110 | 10110110 | 1001011 | 110001 |
Color Harmonies of #1FD4DB
Complementary color
Monochromatic Colors of #1FD4DB
Black with #1FD4DB
Text Example
Text Example
White with #1FD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD4DB; }
p { color: rgb(31,212,219); }
H1.HeaderClassName
{
color: #1FD4DB;
}
.AnyTagClassName
{
color: #1FD4DB;
}
</style>
background-color css
<style>
a { background-color: #1FD4DB; }
a { background-color: rgb(31,212,219); }
div.DivClassName
{
background-color: #1FD4DB;
}
.BgClassName
{
background-color: #1FD4DB;
}
</style>
border-color css
<style>
span { border-color: #1FD4DB; }
span { border-color: rgb(31,212,219); }
td.TdClassName
{
border-color: #1FD4DB;
}
.TagClassName
{
border-color: #1FD4DB;
}
</style>