Shades of Dark Turquoise #1FD0CF
Tints of Dark Turquoise #1FD0CF
RGB
CMYK
RGB Variations
Color information
#1FD0CF (or 0x1FD0CF) is known color: Dark Turquoise. HEX triplet: 1F, D0 and CF. RGB value is (31,208,207). Sum of RGB (Red+Green+Blue) = 31+208+207=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD0CF is #E02F30. Grayscale: #9A9A9A. Windows color (decimal): -14692145 or 13619231. OLE color: 13619231.
HSL color Cylindrical-coordinate representation of color #1FD0CF: hue angle of 179.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD0CF is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 207 | - |
| CMYK | 0.85 | 0 | 0.00 | 0.18 |
| HSL | 179.66º | 0.74% | 0.47% | - |
| HSV(B) | 179.66º | 0.85% | 0.82% | - |
| XYZ | 34.38 | 49.91 | 66.85 | - |
| YUV | 154.96 | 157.36 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 207 | 0.85 | 0 | 0.00 | 0.18 | 179.66 | 0.74 | 0.47 |
| Hex | 1F | D0 | CF | 55 | 0 | 0 | 12 | B4 | 4A | 2F |
| Octal | 37 | 320 | 317 | 125 | 0 | 0 | 22 | 264 | 112 | 57 |
| Binary | 11111 | 11010000 | 11001111 | 1010101 | 0 | 0 | 10010 | 10110100 | 1001010 | 101111 |
Color Harmonies of #1FD0CF
Complementary color
Monochromatic Colors of #1FD0CF
Black with #1FD0CF
Text Example
Text Example
White with #1FD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD0CF; }
p { color: rgb(31,208,207); }
H1.HeaderClassName
{
color: #1FD0CF;
}
.AnyTagClassName
{
color: #1FD0CF;
}
</style>
background-color css
<style>
a { background-color: #1FD0CF; }
a { background-color: rgb(31,208,207); }
div.DivClassName
{
background-color: #1FD0CF;
}
.BgClassName
{
background-color: #1FD0CF;
}
</style>
border-color css
<style>
span { border-color: #1FD0CF; }
span { border-color: rgb(31,208,207); }
td.TdClassName
{
border-color: #1FD0CF;
}
.TagClassName
{
border-color: #1FD0CF;
}
</style>