Shades of Bright Turquoise #01DBEE
Tints of Bright Turquoise #01DBEE
RGB
CMYK
RGB Variations
Color information
#01DBEE (or 0x01DBEE) is known color: Bright Turquoise. HEX triplet: 01, DB and EE. RGB value is (1,219,238). Sum of RGB (Red+Green+Blue) = 1+219+238=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #01DBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBEE is #FE2411. Grayscale: #9B9B9B. Windows color (decimal): -16655378 or 15653633. OLE color: 15653633.
HSL color Cylindrical-coordinate representation of color #01DBEE: hue angle of 184.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBEE is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 219 | 238 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.07 |
| HSL | 184.81º | 0.99% | 0.47% | - |
| HSV(B) | 184.81º | 1% | 0.93% | - |
| XYZ | 40.78 | 56.84 | 89.71 | - |
| YUV | 155.98 | 174.28 | 17.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 238 | 1.00 | 0.08 | 0 | 0.07 | 184.81 | 0.99 | 0.47 |
| Hex | 1 | DB | EE | 64 | 8 | 0 | 7 | B9 | 63 | 2F |
| Octal | 1 | 333 | 356 | 144 | 10 | 0 | 7 | 271 | 143 | 57 |
| Binary | 1 | 11011011 | 11101110 | 1100100 | 1000 | 0 | 111 | 10111001 | 1100011 | 101111 |
Color Harmonies of #01DBEE
Complementary color
Monochromatic Colors of #01DBEE
Black with #01DBEE
Text Example
Text Example
White with #01DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBEE; }
p { color: rgb(1,219,238); }
H1.HeaderClassName
{
color: #01DBEE;
}
.AnyTagClassName
{
color: #01DBEE;
}
</style>
background-color css
<style>
a { background-color: #01DBEE; }
a { background-color: rgb(1,219,238); }
div.DivClassName
{
background-color: #01DBEE;
}
.BgClassName
{
background-color: #01DBEE;
}
</style>
border-color css
<style>
span { border-color: #01DBEE; }
span { border-color: rgb(1,219,238); }
td.TdClassName
{
border-color: #01DBEE;
}
.TagClassName
{
border-color: #01DBEE;
}
</style>