Shades of Bright Turquoise #01DBDA
Tints of Bright Turquoise #01DBDA
RGB
CMYK
RGB Variations
Color information
#01DBDA (or 0x01DBDA) is known color: Bright Turquoise. HEX triplet: 01, DB and DA. RGB value is (1,219,218). Sum of RGB (Red+Green+Blue) = 1+219+218=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBDA is #FE2425. Grayscale: #999999. Windows color (decimal): -16655398 or 14342913. OLE color: 14342913.
HSL color Cylindrical-coordinate representation of color #01DBDA: hue angle of 179.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBDA is Cyan = 1.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 218 | - |
| CMYK | 1.00 | 0 | 0.00 | 0.14 |
| HSL | 179.72º | 0.99% | 0.43% | - |
| HSV(B) | 179.72º | 1% | 0.86% | - |
| XYZ | 38 | 55.73 | 75.08 | - |
| YUV | 153.7 | 164.28 | 19.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 218 | 1.00 | 0 | 0.00 | 0.14 | 179.72 | 0.99 | 0.43 |
| Hex | 1 | DB | DA | 64 | 0 | 0 | E | B4 | 63 | 2B |
| Octal | 1 | 333 | 332 | 144 | 0 | 0 | 16 | 264 | 143 | 53 |
| Binary | 1 | 11011011 | 11011010 | 1100100 | 0 | 0 | 1110 | 10110100 | 1100011 | 101011 |
Color Harmonies of #01DBDA
Complementary color
Monochromatic Colors of #01DBDA
Black with #01DBDA
Text Example
Text Example
White with #01DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBDA; }
p { color: rgb(1,219,218); }
H1.HeaderClassName
{
color: #01DBDA;
}
.AnyTagClassName
{
color: #01DBDA;
}
</style>
background-color css
<style>
a { background-color: #01DBDA; }
a { background-color: rgb(1,219,218); }
div.DivClassName
{
background-color: #01DBDA;
}
.BgClassName
{
background-color: #01DBDA;
}
</style>
border-color css
<style>
span { border-color: #01DBDA; }
span { border-color: rgb(1,219,218); }
td.TdClassName
{
border-color: #01DBDA;
}
.TagClassName
{
border-color: #01DBDA;
}
</style>