Shades of Turquoise Blue #63D3FB
Tints of Turquoise Blue #63D3FB
RGB
CMYK
RGB Variations
Color information
#63D3FB (or 0x63D3FB) is known color: Turquoise Blue. HEX triplet: 63, D3 and FB. RGB value is (99,211,251). Sum of RGB (Red+Green+Blue) = 99+211+251=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #63D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D3FB is #9C2C04. Grayscale: #B5B5B5. Windows color (decimal): -10234885 or 16503651. OLE color: 16503651.
HSL color Cylindrical-coordinate representation of color #63D3FB: hue angle of 195.79º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63D3FB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 211 | 251 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.02 |
| HSL | 195.79º | 0.95% | 0.69% | - |
| HSV(B) | 195.79º | 0.61% | 0.98% | - |
| XYZ | 45.85 | 56.21 | 99.7 | - |
| YUV | 182.07 | 166.89 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 251 | 0.61 | 0.16 | 0 | 0.02 | 195.79 | 0.95 | 0.69 |
| Hex | 63 | D3 | FB | 3D | 10 | 0 | 2 | C4 | 5F | 45 |
| Octal | 143 | 323 | 373 | 75 | 20 | 0 | 2 | 304 | 137 | 105 |
| Binary | 1100011 | 11010011 | 11111011 | 111101 | 10000 | 0 | 10 | 11000100 | 1011111 | 1000101 |
Color Harmonies of #63D3FB
Complementary color
Monochromatic Colors of #63D3FB
Black with #63D3FB
Text Example
Text Example
White with #63D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D3FB; }
p { color: rgb(99,211,251); }
H1.HeaderClassName
{
color: #63D3FB;
}
.AnyTagClassName
{
color: #63D3FB;
}
</style>
background-color css
<style>
a { background-color: #63D3FB; }
a { background-color: rgb(99,211,251); }
div.DivClassName
{
background-color: #63D3FB;
}
.BgClassName
{
background-color: #63D3FB;
}
</style>
border-color css
<style>
span { border-color: #63D3FB; }
span { border-color: rgb(99,211,251); }
td.TdClassName
{
border-color: #63D3FB;
}
.TagClassName
{
border-color: #63D3FB;
}
</style>