Shades of Turquoise Blue #63D9FF
Tints of Turquoise Blue #63D9FF
RGB
CMYK
RGB Variations
Color information
#63D9FF (or 0x63D9FF) is known color: Turquoise Blue. HEX triplet: 63, D9 and FF. RGB value is (99,217,255). Sum of RGB (Red+Green+Blue) = 99+217+255=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #63D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D9FF is #9C2600. Grayscale: #B9B9B9. Windows color (decimal): -10233345 or 16767331. OLE color: 16767331.
HSL color Cylindrical-coordinate representation of color #63D9FF: hue angle of 194.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63D9FF is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 217 | 255 | - |
| CMYK | 0.61 | 0.15 | 0 | 0 |
| HSL | 194.62º | 1% | 0.69% | - |
| HSV(B) | 194.62º | 0.61% | 1% | - |
| XYZ | 48.01 | 59.5 | 103.56 | - |
| YUV | 186.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 217 | 255 | 0.61 | 0.15 | 0 | 0 | 194.62 | 1 | 0.69 |
| Hex | 63 | D9 | FF | 3D | F | 0 | 0 | C3 | 64 | 45 |
| Octal | 143 | 331 | 377 | 75 | 17 | 0 | 0 | 303 | 144 | 105 |
| Binary | 1100011 | 11011001 | 11111111 | 111101 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000101 |
Color Harmonies of #63D9FF
Complementary color
Monochromatic Colors of #63D9FF
Black with #63D9FF
Text Example
Text Example
White with #63D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D9FF; }
p { color: rgb(99,217,255); }
H1.HeaderClassName
{
color: #63D9FF;
}
.AnyTagClassName
{
color: #63D9FF;
}
</style>
background-color css
<style>
a { background-color: #63D9FF; }
a { background-color: rgb(99,217,255); }
div.DivClassName
{
background-color: #63D9FF;
}
.BgClassName
{
background-color: #63D9FF;
}
</style>
border-color css
<style>
span { border-color: #63D9FF; }
span { border-color: rgb(99,217,255); }
td.TdClassName
{
border-color: #63D9FF;
}
.TagClassName
{
border-color: #63D9FF;
}
</style>