Shades of Turquoise Blue #63DAFA
Tints of Turquoise Blue #63DAFA
RGB
CMYK
RGB Variations
Color information
#63DAFA (or 0x63DAFA) is known color: Turquoise Blue. HEX triplet: 63, DA and FA. RGB value is (99,218,250). Sum of RGB (Red+Green+Blue) = 99+218+250=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #63DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DAFA is #9C2505. Grayscale: #B9B9B9. Windows color (decimal): -10233094 or 16439907. OLE color: 16439907.
HSL color Cylindrical-coordinate representation of color #63DAFA: hue angle of 192.72º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DAFA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 218 | 250 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.02 |
| HSL | 192.72º | 0.94% | 0.68% | - |
| HSV(B) | 192.72º | 0.6% | 0.98% | - |
| XYZ | 47.47 | 59.7 | 99.46 | - |
| YUV | 186.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 250 | 0.60 | 0.13 | 0 | 0.02 | 192.72 | 0.94 | 0.68 |
| Hex | 63 | DA | FA | 3C | D | 0 | 2 | C1 | 5E | 44 |
| Octal | 143 | 332 | 372 | 74 | 15 | 0 | 2 | 301 | 136 | 104 |
| Binary | 1100011 | 11011010 | 11111010 | 111100 | 1101 | 0 | 10 | 11000001 | 1011110 | 1000100 |
Color Harmonies of #63DAFA
Complementary color
Monochromatic Colors of #63DAFA
Black with #63DAFA
Text Example
Text Example
White with #63DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAFA; }
p { color: rgb(99,218,250); }
H1.HeaderClassName
{
color: #63DAFA;
}
.AnyTagClassName
{
color: #63DAFA;
}
</style>
background-color css
<style>
a { background-color: #63DAFA; }
a { background-color: rgb(99,218,250); }
div.DivClassName
{
background-color: #63DAFA;
}
.BgClassName
{
background-color: #63DAFA;
}
</style>
border-color css
<style>
span { border-color: #63DAFA; }
span { border-color: rgb(99,218,250); }
td.TdClassName
{
border-color: #63DAFA;
}
.TagClassName
{
border-color: #63DAFA;
}
</style>