Shades of Turquoise Blue #63CCE6
Tints of Turquoise Blue #63CCE6
RGB
CMYK
RGB Variations
Color information
#63CCE6 (or 0x63CCE6) is known color: Turquoise Blue. HEX triplet: 63, CC and E6. RGB value is (99,204,230). Sum of RGB (Red+Green+Blue) = 99+204+230=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #63CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCE6 is #9C3319. Grayscale: #AFAFAF. Windows color (decimal): -10236698 or 15125603. OLE color: 15125603.
HSL color Cylindrical-coordinate representation of color #63CCE6: hue angle of 191.91º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63CCE6 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 204 | 230 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.10 |
| HSL | 191.91º | 0.72% | 0.65% | - |
| HSV(B) | 191.91º | 0.57% | 0.9% | - |
| XYZ | 41.02 | 51.55 | 82.65 | - |
| YUV | 175.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 230 | 0.57 | 0.11 | 0 | 0.10 | 191.91 | 0.72 | 0.65 |
| Hex | 63 | CC | E6 | 39 | B | 0 | A | C0 | 48 | 41 |
| Octal | 143 | 314 | 346 | 71 | 13 | 0 | 12 | 300 | 110 | 101 |
| Binary | 1100011 | 11001100 | 11100110 | 111001 | 1011 | 0 | 1010 | 11000000 | 1001000 | 1000001 |
Color Harmonies of #63CCE6
Complementary color
Monochromatic Colors of #63CCE6
Black with #63CCE6
Text Example
Text Example
White with #63CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCE6; }
p { color: rgb(99,204,230); }
H1.HeaderClassName
{
color: #63CCE6;
}
.AnyTagClassName
{
color: #63CCE6;
}
</style>
background-color css
<style>
a { background-color: #63CCE6; }
a { background-color: rgb(99,204,230); }
div.DivClassName
{
background-color: #63CCE6;
}
.BgClassName
{
background-color: #63CCE6;
}
</style>
border-color css
<style>
span { border-color: #63CCE6; }
span { border-color: rgb(99,204,230); }
td.TdClassName
{
border-color: #63CCE6;
}
.TagClassName
{
border-color: #63CCE6;
}
</style>