Shades of Turquoise Blue #63EDDC
Tints of Turquoise Blue #63EDDC
RGB
CMYK
RGB Variations
Color information
#63EDDC (or 0x63EDDC) is known color: Turquoise Blue. HEX triplet: 63, ED and DC. RGB value is (99,237,220). Sum of RGB (Red+Green+Blue) = 99+237+220=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDDC is #9C1223. Grayscale: #C1C1C1. Windows color (decimal): -10228260 or 14478691. OLE color: 14478691.
HSL color Cylindrical-coordinate representation of color #63EDDC: hue angle of 172.61º 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 #63EDDC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 220 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.07 |
| HSL | 172.61º | 0.79% | 0.66% | - |
| HSV(B) | 172.61º | 0.58% | 0.93% | - |
| XYZ | 48.35 | 68.39 | 78.36 | - |
| YUV | 193.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 220 | 0.58 | 0 | 0.07 | 0.07 | 172.61 | 0.79 | 0.66 |
| Hex | 63 | ED | DC | 3A | 0 | 7 | 7 | AD | 4F | 42 |
| Octal | 143 | 355 | 334 | 72 | 0 | 7 | 7 | 255 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11011100 | 111010 | 0 | 111 | 111 | 10101101 | 1001111 | 1000010 |
Color Harmonies of #63EDDC
Complementary color
Monochromatic Colors of #63EDDC
Black with #63EDDC
Text Example
Text Example
White with #63EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDDC; }
p { color: rgb(99,237,220); }
H1.HeaderClassName
{
color: #63EDDC;
}
.AnyTagClassName
{
color: #63EDDC;
}
</style>
background-color css
<style>
a { background-color: #63EDDC; }
a { background-color: rgb(99,237,220); }
div.DivClassName
{
background-color: #63EDDC;
}
.BgClassName
{
background-color: #63EDDC;
}
</style>
border-color css
<style>
span { border-color: #63EDDC; }
span { border-color: rgb(99,237,220); }
td.TdClassName
{
border-color: #63EDDC;
}
.TagClassName
{
border-color: #63EDDC;
}
</style>