Shades of Turquoise Blue #63EDE2
Tints of Turquoise Blue #63EDE2
RGB
CMYK
RGB Variations
Color information
#63EDE2 (or 0x63EDE2) is known color: Turquoise Blue. HEX triplet: 63, ED and E2. RGB value is (99,237,226). Sum of RGB (Red+Green+Blue) = 99+237+226=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDE2 is #9C121D. Grayscale: #C2C2C2. Windows color (decimal): -10228254 or 14871907. OLE color: 14871907.
HSL color Cylindrical-coordinate representation of color #63EDE2: hue angle of 175.22º 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 #63EDE2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 226 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.07 |
| HSL | 175.22º | 0.79% | 0.66% | - |
| HSV(B) | 175.22º | 0.58% | 0.93% | - |
| XYZ | 49.16 | 68.71 | 82.62 | - |
| YUV | 194.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 226 | 0.58 | 0 | 0.05 | 0.07 | 175.22 | 0.79 | 0.66 |
| Hex | 63 | ED | E2 | 3A | 0 | 5 | 7 | AF | 4F | 42 |
| Octal | 143 | 355 | 342 | 72 | 0 | 5 | 7 | 257 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11100010 | 111010 | 0 | 101 | 111 | 10101111 | 1001111 | 1000010 |
Color Harmonies of #63EDE2
Complementary color
Monochromatic Colors of #63EDE2
Black with #63EDE2
Text Example
Text Example
White with #63EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDE2; }
p { color: rgb(99,237,226); }
H1.HeaderClassName
{
color: #63EDE2;
}
.AnyTagClassName
{
color: #63EDE2;
}
</style>
background-color css
<style>
a { background-color: #63EDE2; }
a { background-color: rgb(99,237,226); }
div.DivClassName
{
background-color: #63EDE2;
}
.BgClassName
{
background-color: #63EDE2;
}
</style>
border-color css
<style>
span { border-color: #63EDE2; }
span { border-color: rgb(99,237,226); }
td.TdClassName
{
border-color: #63EDE2;
}
.TagClassName
{
border-color: #63EDE2;
}
</style>