Shades of Turquoise Blue #63EBED
Tints of Turquoise Blue #63EBED
RGB
CMYK
RGB Variations
Color information
#63EBED (or 0x63EBED) is known color: Turquoise Blue. HEX triplet: 63, EB and ED. RGB value is (99,235,237). Sum of RGB (Red+Green+Blue) = 99+235+237=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #63EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EBED is #9C1412. Grayscale: #C2C2C2. Windows color (decimal): -10228755 or 15592291. OLE color: 15592291.
HSL color Cylindrical-coordinate representation of color #63EBED: hue angle of 180.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EBED is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 235 | 237 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.07 |
| HSL | 180.87º | 0.79% | 0.66% | - |
| HSV(B) | 180.87º | 0.58% | 0.93% | - |
| XYZ | 50.14 | 68.18 | 90.64 | - |
| YUV | 194.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 235 | 237 | 0.58 | 0.01 | 0 | 0.07 | 180.87 | 0.79 | 0.66 |
| Hex | 63 | EB | ED | 3A | 1 | 0 | 7 | B5 | 4F | 42 |
| Octal | 143 | 353 | 355 | 72 | 1 | 0 | 7 | 265 | 117 | 102 |
| Binary | 1100011 | 11101011 | 11101101 | 111010 | 1 | 0 | 111 | 10110101 | 1001111 | 1000010 |
Color Harmonies of #63EBED
Complementary color
Monochromatic Colors of #63EBED
Black with #63EBED
Text Example
Text Example
White with #63EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EBED; }
p { color: rgb(99,235,237); }
H1.HeaderClassName
{
color: #63EBED;
}
.AnyTagClassName
{
color: #63EBED;
}
</style>
background-color css
<style>
a { background-color: #63EBED; }
a { background-color: rgb(99,235,237); }
div.DivClassName
{
background-color: #63EBED;
}
.BgClassName
{
background-color: #63EBED;
}
</style>
border-color css
<style>
span { border-color: #63EBED; }
span { border-color: rgb(99,235,237); }
td.TdClassName
{
border-color: #63EBED;
}
.TagClassName
{
border-color: #63EBED;
}
</style>