Shades of Bright Turquoise #01EDDB
Tints of Bright Turquoise #01EDDB
RGB
CMYK
RGB Variations
Color information
#01EDDB (or 0x01EDDB) is known color: Bright Turquoise. HEX triplet: 01, ED and DB. RGB value is (1,237,219). Sum of RGB (Red+Green+Blue) = 1+237+219=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EDDB is #FE1224. Grayscale: #A4A4A4. Windows color (decimal): -16650789 or 14413057. OLE color: 14413057.
HSL color Cylindrical-coordinate representation of color #01EDDB: hue angle of 175.42º 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 #01EDDB is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 219 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.07 |
| HSL | 175.42º | 0.99% | 0.47% | - |
| HSV(B) | 175.42º | 1% | 0.93% | - |
| XYZ | 43.08 | 65.69 | 77.43 | - |
| YUV | 164.38 | 158.81 | 11.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 219 | 1.00 | 0 | 0.08 | 0.07 | 175.42 | 0.99 | 0.47 |
| Hex | 1 | ED | DB | 64 | 0 | 8 | 7 | AF | 63 | 2F |
| Octal | 1 | 355 | 333 | 144 | 0 | 10 | 7 | 257 | 143 | 57 |
| Binary | 1 | 11101101 | 11011011 | 1100100 | 0 | 1000 | 111 | 10101111 | 1100011 | 101111 |
Color Harmonies of #01EDDB
Complementary color
Monochromatic Colors of #01EDDB
Black with #01EDDB
Text Example
Text Example
White with #01EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EDDB; }
p { color: rgb(1,237,219); }
H1.HeaderClassName
{
color: #01EDDB;
}
.AnyTagClassName
{
color: #01EDDB;
}
</style>
background-color css
<style>
a { background-color: #01EDDB; }
a { background-color: rgb(1,237,219); }
div.DivClassName
{
background-color: #01EDDB;
}
.BgClassName
{
background-color: #01EDDB;
}
</style>
border-color css
<style>
span { border-color: #01EDDB; }
span { border-color: rgb(1,237,219); }
td.TdClassName
{
border-color: #01EDDB;
}
.TagClassName
{
border-color: #01EDDB;
}
</style>