Shades of Bright Turquoise #01EADD
Tints of Bright Turquoise #01EADD
RGB
CMYK
RGB Variations
Color information
#01EADD (or 0x01EADD) is known color: Bright Turquoise. HEX triplet: 01, EA and DD. RGB value is (1,234,221). Sum of RGB (Red+Green+Blue) = 1+234+221=456 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #01EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EADD is #FE1522. Grayscale: #A2A2A2. Windows color (decimal): -16651555 or 14543361. OLE color: 14543361.
HSL color Cylindrical-coordinate representation of color #01EADD: hue angle of 176.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EADD is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 221 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.08 |
| HSL | 176.65º | 0.99% | 0.46% | - |
| HSV(B) | 176.65º | 1% | 0.92% | - |
| XYZ | 42.49 | 64.07 | 78.53 | - |
| YUV | 162.85 | 160.81 | 12.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 221 | 1.00 | 0 | 0.06 | 0.08 | 176.65 | 0.99 | 0.46 |
| Hex | 1 | EA | DD | 64 | 0 | 6 | 8 | B1 | 63 | 2E |
| Octal | 1 | 352 | 335 | 144 | 0 | 6 | 10 | 261 | 143 | 56 |
| Binary | 1 | 11101010 | 11011101 | 1100100 | 0 | 110 | 1000 | 10110001 | 1100011 | 101110 |
Color Harmonies of #01EADD
Complementary color
Monochromatic Colors of #01EADD
Black with #01EADD
Text Example
Text Example
White with #01EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EADD; }
p { color: rgb(1,234,221); }
H1.HeaderClassName
{
color: #01EADD;
}
.AnyTagClassName
{
color: #01EADD;
}
</style>
background-color css
<style>
a { background-color: #01EADD; }
a { background-color: rgb(1,234,221); }
div.DivClassName
{
background-color: #01EADD;
}
.BgClassName
{
background-color: #01EADD;
}
</style>
border-color css
<style>
span { border-color: #01EADD; }
span { border-color: rgb(1,234,221); }
td.TdClassName
{
border-color: #01EADD;
}
.TagClassName
{
border-color: #01EADD;
}
</style>