Shades of Bright Turquoise #01EDE7
Tints of Bright Turquoise #01EDE7
RGB
CMYK
RGB Variations
Color information
#01EDE7 (or 0x01EDE7) is known color: Bright Turquoise. HEX triplet: 01, ED and E7. RGB value is (1,237,231). Sum of RGB (Red+Green+Blue) = 1+237+231=469 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EDE7 is #FE1218. Grayscale: #A5A5A5. Windows color (decimal): -16650777 or 15199489. OLE color: 15199489.
HSL color Cylindrical-coordinate representation of color #01EDE7: hue angle of 178.47º 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 #01EDE7 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 231 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.07 |
| HSL | 178.47º | 0.99% | 0.47% | - |
| HSV(B) | 178.47º | 1% | 0.93% | - |
| XYZ | 44.72 | 66.34 | 86.05 | - |
| YUV | 165.75 | 164.81 | 10.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 231 | 1.00 | 0 | 0.03 | 0.07 | 178.47 | 0.99 | 0.47 |
| Hex | 1 | ED | E7 | 64 | 0 | 3 | 7 | B2 | 63 | 2F |
| Octal | 1 | 355 | 347 | 144 | 0 | 3 | 7 | 262 | 143 | 57 |
| Binary | 1 | 11101101 | 11100111 | 1100100 | 0 | 11 | 111 | 10110010 | 1100011 | 101111 |
Color Harmonies of #01EDE7
Complementary color
Monochromatic Colors of #01EDE7
Black with #01EDE7
Text Example
Text Example
White with #01EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EDE7; }
p { color: rgb(1,237,231); }
H1.HeaderClassName
{
color: #01EDE7;
}
.AnyTagClassName
{
color: #01EDE7;
}
</style>
background-color css
<style>
a { background-color: #01EDE7; }
a { background-color: rgb(1,237,231); }
div.DivClassName
{
background-color: #01EDE7;
}
.BgClassName
{
background-color: #01EDE7;
}
</style>
border-color css
<style>
span { border-color: #01EDE7; }
span { border-color: rgb(1,237,231); }
td.TdClassName
{
border-color: #01EDE7;
}
.TagClassName
{
border-color: #01EDE7;
}
</style>