Shades of Bright Turquoise #01DBEF
Tints of Bright Turquoise #01DBEF
RGB
CMYK
RGB Variations
Color information
#01DBEF (or 0x01DBEF) is known color: Bright Turquoise. HEX triplet: 01, DB and EF. RGB value is (1,219,239). Sum of RGB (Red+Green+Blue) = 1+219+239=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #01DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBEF is #FE2410. Grayscale: #9B9B9B. Windows color (decimal): -16655377 or 15719169. OLE color: 15719169.
HSL color Cylindrical-coordinate representation of color #01DBEF: hue angle of 185.04º 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 #01DBEF is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 219 | 239 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.06 |
| HSL | 185.04º | 0.99% | 0.47% | - |
| HSV(B) | 185.04º | 1% | 0.94% | - |
| XYZ | 40.92 | 56.9 | 90.49 | - |
| YUV | 156.1 | 174.78 | 17.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 239 | 1.00 | 0.08 | 0 | 0.06 | 185.04 | 0.99 | 0.47 |
| Hex | 1 | DB | EF | 64 | 8 | 0 | 6 | B9 | 63 | 2F |
| Octal | 1 | 333 | 357 | 144 | 10 | 0 | 6 | 271 | 143 | 57 |
| Binary | 1 | 11011011 | 11101111 | 1100100 | 1000 | 0 | 110 | 10111001 | 1100011 | 101111 |
Color Harmonies of #01DBEF
Complementary color
Monochromatic Colors of #01DBEF
Black with #01DBEF
Text Example
Text Example
White with #01DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBEF; }
p { color: rgb(1,219,239); }
H1.HeaderClassName
{
color: #01DBEF;
}
.AnyTagClassName
{
color: #01DBEF;
}
</style>
background-color css
<style>
a { background-color: #01DBEF; }
a { background-color: rgb(1,219,239); }
div.DivClassName
{
background-color: #01DBEF;
}
.BgClassName
{
background-color: #01DBEF;
}
</style>
border-color css
<style>
span { border-color: #01DBEF; }
span { border-color: rgb(1,219,239); }
td.TdClassName
{
border-color: #01DBEF;
}
.TagClassName
{
border-color: #01DBEF;
}
</style>