Shades of Bright Turquoise #01DFF1
Tints of Bright Turquoise #01DFF1
RGB
CMYK
RGB Variations
Color information
#01DFF1 (or 0x01DFF1) is known color: Bright Turquoise. HEX triplet: 01, DF and F1. RGB value is (1,223,241). Sum of RGB (Red+Green+Blue) = 1+223+241=465 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #01DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DFF1 is #FE200E. Grayscale: #9E9E9E. Windows color (decimal): -16654351 or 15851265. OLE color: 15851265.
HSL color Cylindrical-coordinate representation of color #01DFF1: hue angle of 184.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFF1 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 223 | 241 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.05 |
| HSL | 184.5º | 0.99% | 0.47% | - |
| HSV(B) | 184.5º | 1% | 0.95% | - |
| XYZ | 42.28 | 59.13 | 92.4 | - |
| YUV | 158.67 | 174.45 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 241 | 1.00 | 0.07 | 0 | 0.05 | 184.5 | 0.99 | 0.47 |
| Hex | 1 | DF | F1 | 64 | 7 | 0 | 5 | B8 | 63 | 2F |
| Octal | 1 | 337 | 361 | 144 | 7 | 0 | 5 | 270 | 143 | 57 |
| Binary | 1 | 11011111 | 11110001 | 1100100 | 111 | 0 | 101 | 10111000 | 1100011 | 101111 |
Color Harmonies of #01DFF1
Complementary color
Monochromatic Colors of #01DFF1
Black with #01DFF1
Text Example
Text Example
White with #01DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DFF1; }
p { color: rgb(1,223,241); }
H1.HeaderClassName
{
color: #01DFF1;
}
.AnyTagClassName
{
color: #01DFF1;
}
</style>
background-color css
<style>
a { background-color: #01DFF1; }
a { background-color: rgb(1,223,241); }
div.DivClassName
{
background-color: #01DFF1;
}
.BgClassName
{
background-color: #01DFF1;
}
</style>
border-color css
<style>
span { border-color: #01DFF1; }
span { border-color: rgb(1,223,241); }
td.TdClassName
{
border-color: #01DFF1;
}
.TagClassName
{
border-color: #01DFF1;
}
</style>