Shades of Bright Turquoise #01EBDA
Tints of Bright Turquoise #01EBDA
RGB
CMYK
RGB Variations
Color information
#01EBDA (or 0x01EBDA) is known color: Bright Turquoise. HEX triplet: 01, EB and DA. RGB value is (1,235,218). Sum of RGB (Red+Green+Blue) = 1+235+218=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #01EBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EBDA is #FE1425. Grayscale: #A2A2A2. Windows color (decimal): -16651302 or 14347009. OLE color: 14347009.
HSL color Cylindrical-coordinate representation of color #01EBDA: hue angle of 175.64º 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 #01EBDA is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 1 | 235 | 218 | - |
CMYK | 1.00 | 0 | 0.07 | 0.08 |
HSL | 175.64º | 0.99% | 0.46% | - |
HSV(B) | 175.64º | 1% | 0.92% | - |
XYZ | 42.38 | 64.49 | 76.54 | - |
YUV | 163.1 | 158.98 | 12.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 235 | 218 | 1.00 | 0 | 0.07 | 0.08 | 175.64 | 0.99 | 0.46 |
Hex | 1 | EB | DA | 64 | 0 | 7 | 8 | B0 | 63 | 2E |
Octal | 1 | 353 | 332 | 144 | 0 | 7 | 10 | 260 | 143 | 56 |
Binary | 1 | 11101011 | 11011010 | 1100100 | 0 | 111 | 1000 | 10110000 | 1100011 | 101110 |
Color Harmonies of #01EBDA
Complementary color
Monochromatic Colors of #01EBDA
Black with #01EBDA
Text Example
Text Example
White with #01EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EBDA; }
p { color: rgb(1,235,218); }
H1.HeaderClassName
{
color: #01EBDA;
}
.AnyTagClassName
{
color: #01EBDA;
}
</style>
background-color css
<style>
a { background-color: #01EBDA; }
a { background-color: rgb(1,235,218); }
div.DivClassName
{
background-color: #01EBDA;
}
.BgClassName
{
background-color: #01EBDA;
}
</style>
border-color css
<style>
span { border-color: #01EBDA; }
span { border-color: rgb(1,235,218); }
td.TdClassName
{
border-color: #01EBDA;
}
.TagClassName
{
border-color: #01EBDA;
}
</style>