Shades of Dark Turquoise #1FC7DF
Tints of Dark Turquoise #1FC7DF
RGB
CMYK
RGB Variations
Color information
#1FC7DF (or 0x1FC7DF) is known color: Dark Turquoise. HEX triplet: 1F, C7 and DF. RGB value is (31,199,223). Sum of RGB (Red+Green+Blue) = 31+199+223=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FC7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC7DF is #E03820. Grayscale: #979797. Windows color (decimal): -14694433 or 14665503. OLE color: 14665503.
HSL color Cylindrical-coordinate representation of color #1FC7DF: hue angle of 187.5º 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 #1FC7DF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 199 | 223 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.13 |
| HSL | 187.5º | 0.76% | 0.5% | - |
| HSV(B) | 187.5º | 0.86% | 0.87% | - |
| XYZ | 34.31 | 46.47 | 76.97 | - |
| YUV | 151.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 223 | 0.86 | 0.11 | 0 | 0.13 | 187.5 | 0.76 | 0.5 |
| Hex | 1F | C7 | DF | 56 | B | 0 | D | BC | 4C | 32 |
| Octal | 37 | 307 | 337 | 126 | 13 | 0 | 15 | 274 | 114 | 62 |
| Binary | 11111 | 11000111 | 11011111 | 1010110 | 1011 | 0 | 1101 | 10111100 | 1001100 | 110010 |
Color Harmonies of #1FC7DF
Complementary color
Monochromatic Colors of #1FC7DF
Black with #1FC7DF
Text Example
Text Example
White with #1FC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC7DF; }
p { color: rgb(31,199,223); }
H1.HeaderClassName
{
color: #1FC7DF;
}
.AnyTagClassName
{
color: #1FC7DF;
}
</style>
background-color css
<style>
a { background-color: #1FC7DF; }
a { background-color: rgb(31,199,223); }
div.DivClassName
{
background-color: #1FC7DF;
}
.BgClassName
{
background-color: #1FC7DF;
}
</style>
border-color css
<style>
span { border-color: #1FC7DF; }
span { border-color: rgb(31,199,223); }
td.TdClassName
{
border-color: #1FC7DF;
}
.TagClassName
{
border-color: #1FC7DF;
}
</style>