Shades of Bright Turquoise #01F7DF
Tints of Bright Turquoise #01F7DF
RGB
CMYK
RGB Variations
Color information
#01F7DF (or 0x01F7DF) is known color: Bright Turquoise. HEX triplet: 01, F7 and DF. RGB value is (1,247,223). Sum of RGB (Red+Green+Blue) = 1+247+223=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F7DF is #FE0820. Grayscale: #AAAAAA. Windows color (decimal): -16648225 or 14677761. OLE color: 14677761.
HSL color Cylindrical-coordinate representation of color #01F7DF: hue angle of 174.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F7DF is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 223 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.03 |
| HSL | 174.15º | 0.99% | 0.49% | - |
| HSV(B) | 174.15º | 1% | 0.97% | - |
| XYZ | 46.59 | 71.86 | 81.23 | - |
| YUV | 170.71 | 157.5 | 6.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 223 | 1.00 | 0 | 0.10 | 0.03 | 174.15 | 0.99 | 0.49 |
| Hex | 1 | F7 | DF | 64 | 0 | A | 3 | AE | 63 | 31 |
| Octal | 1 | 367 | 337 | 144 | 0 | 12 | 3 | 256 | 143 | 61 |
| Binary | 1 | 11110111 | 11011111 | 1100100 | 0 | 1010 | 11 | 10101110 | 1100011 | 110001 |
Color Harmonies of #01F7DF
Complementary color
Monochromatic Colors of #01F7DF
Black with #01F7DF
Text Example
Text Example
White with #01F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F7DF; }
p { color: rgb(1,247,223); }
H1.HeaderClassName
{
color: #01F7DF;
}
.AnyTagClassName
{
color: #01F7DF;
}
</style>
background-color css
<style>
a { background-color: #01F7DF; }
a { background-color: rgb(1,247,223); }
div.DivClassName
{
background-color: #01F7DF;
}
.BgClassName
{
background-color: #01F7DF;
}
</style>
border-color css
<style>
span { border-color: #01F7DF; }
span { border-color: rgb(1,247,223); }
td.TdClassName
{
border-color: #01F7DF;
}
.TagClassName
{
border-color: #01F7DF;
}
</style>