Shades of Turquoise Blue #63CCD8
Tints of Turquoise Blue #63CCD8
RGB
CMYK
RGB Variations
Color information
#63CCD8 (or 0x63CCD8) is known color: Turquoise Blue. HEX triplet: 63, CC and D8. RGB value is (99,204,216). Sum of RGB (Red+Green+Blue) = 99+204+216=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #63CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCD8 is #9C3327. Grayscale: #ADADAD. Windows color (decimal): -10236712 or 14208099. OLE color: 14208099.
HSL color Cylindrical-coordinate representation of color #63CCD8: hue angle of 186.15º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63CCD8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 204 | 216 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.15 |
| HSL | 186.15º | 0.6% | 0.62% | - |
| HSV(B) | 186.15º | 0.54% | 0.85% | - |
| XYZ | 39.13 | 50.8 | 72.71 | - |
| YUV | 173.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 216 | 0.54 | 0.06 | 0 | 0.15 | 186.15 | 0.6 | 0.62 |
| Hex | 63 | CC | D8 | 36 | 6 | 0 | F | BA | 3C | 3E |
| Octal | 143 | 314 | 330 | 66 | 6 | 0 | 17 | 272 | 74 | 76 |
| Binary | 1100011 | 11001100 | 11011000 | 110110 | 110 | 0 | 1111 | 10111010 | 111100 | 111110 |
Color Harmonies of #63CCD8
Complementary color
Monochromatic Colors of #63CCD8
Black with #63CCD8
Text Example
Text Example
White with #63CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCD8; }
p { color: rgb(99,204,216); }
H1.HeaderClassName
{
color: #63CCD8;
}
.AnyTagClassName
{
color: #63CCD8;
}
</style>
background-color css
<style>
a { background-color: #63CCD8; }
a { background-color: rgb(99,204,216); }
div.DivClassName
{
background-color: #63CCD8;
}
.BgClassName
{
background-color: #63CCD8;
}
</style>
border-color css
<style>
span { border-color: #63CCD8; }
span { border-color: rgb(99,204,216); }
td.TdClassName
{
border-color: #63CCD8;
}
.TagClassName
{
border-color: #63CCD8;
}
</style>