Shades of Turquoise Blue #63ECEE
Tints of Turquoise Blue #63ECEE
RGB
CMYK
RGB Variations
Color information
#63ECEE (or 0x63ECEE) is known color: Turquoise Blue. HEX triplet: 63, EC and EE. RGB value is (99,236,238). Sum of RGB (Red+Green+Blue) = 99+236+238=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #63ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECEE is #9C1311. Grayscale: #C3C3C3. Windows color (decimal): -10228498 or 15658083. OLE color: 15658083.
HSL color Cylindrical-coordinate representation of color #63ECEE: hue angle of 180.86º degrees, saturation: 0.8, 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 #63ECEE is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 238 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.07 |
| HSL | 180.86º | 0.8% | 0.66% | - |
| HSV(B) | 180.86º | 0.58% | 0.93% | - |
| XYZ | 50.57 | 68.82 | 91.51 | - |
| YUV | 195.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 238 | 0.58 | 0.01 | 0 | 0.07 | 180.86 | 0.8 | 0.66 |
| Hex | 63 | EC | EE | 3A | 1 | 0 | 7 | B5 | 50 | 42 |
| Octal | 143 | 354 | 356 | 72 | 1 | 0 | 7 | 265 | 120 | 102 |
| Binary | 1100011 | 11101100 | 11101110 | 111010 | 1 | 0 | 111 | 10110101 | 1010000 | 1000010 |
Color Harmonies of #63ECEE
Complementary color
Monochromatic Colors of #63ECEE
Black with #63ECEE
Text Example
Text Example
White with #63ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECEE; }
p { color: rgb(99,236,238); }
H1.HeaderClassName
{
color: #63ECEE;
}
.AnyTagClassName
{
color: #63ECEE;
}
</style>
background-color css
<style>
a { background-color: #63ECEE; }
a { background-color: rgb(99,236,238); }
div.DivClassName
{
background-color: #63ECEE;
}
.BgClassName
{
background-color: #63ECEE;
}
</style>
border-color css
<style>
span { border-color: #63ECEE; }
span { border-color: rgb(99,236,238); }
td.TdClassName
{
border-color: #63ECEE;
}
.TagClassName
{
border-color: #63ECEE;
}
</style>