Shades of Bright Turquoise #01DDEF
Tints of Bright Turquoise #01DDEF
RGB
CMYK
RGB Variations
Color information
#01DDEF (or 0x01DDEF) is known color: Bright Turquoise. HEX triplet: 01, DD and EF. RGB value is (1,221,239). Sum of RGB (Red+Green+Blue) = 1+221+239=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #01DDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DDEF is #FE2210. Grayscale: #9C9C9C. Windows color (decimal): -16654865 or 15719681. OLE color: 15719681.
HSL color Cylindrical-coordinate representation of color #01DDEF: hue angle of 184.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDEF is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 221 | 239 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.06 |
| HSL | 184.54º | 0.99% | 0.47% | - |
| HSV(B) | 184.54º | 1% | 0.94% | - |
| XYZ | 41.45 | 57.95 | 90.66 | - |
| YUV | 157.27 | 174.11 | 16.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 239 | 1.00 | 0.08 | 0 | 0.06 | 184.54 | 0.99 | 0.47 |
| Hex | 1 | DD | EF | 64 | 8 | 0 | 6 | B9 | 63 | 2F |
| Octal | 1 | 335 | 357 | 144 | 10 | 0 | 6 | 271 | 143 | 57 |
| Binary | 1 | 11011101 | 11101111 | 1100100 | 1000 | 0 | 110 | 10111001 | 1100011 | 101111 |
Color Harmonies of #01DDEF
Complementary color
Monochromatic Colors of #01DDEF
Black with #01DDEF
Text Example
Text Example
White with #01DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDEF; }
p { color: rgb(1,221,239); }
H1.HeaderClassName
{
color: #01DDEF;
}
.AnyTagClassName
{
color: #01DDEF;
}
</style>
background-color css
<style>
a { background-color: #01DDEF; }
a { background-color: rgb(1,221,239); }
div.DivClassName
{
background-color: #01DDEF;
}
.BgClassName
{
background-color: #01DDEF;
}
</style>
border-color css
<style>
span { border-color: #01DDEF; }
span { border-color: rgb(1,221,239); }
td.TdClassName
{
border-color: #01DDEF;
}
.TagClassName
{
border-color: #01DDEF;
}
</style>