Shades of Turquoise Blue #63DBF6
Tints of Turquoise Blue #63DBF6
RGB
CMYK
RGB Variations
Color information
#63DBF6 (or 0x63DBF6) is known color: Turquoise Blue. HEX triplet: 63, DB and F6. RGB value is (99,219,246). Sum of RGB (Red+Green+Blue) = 99+219+246=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #63DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBF6 is #9C2409. Grayscale: #B9B9B9. Windows color (decimal): -10232842 or 16178019. OLE color: 16178019.
HSL color Cylindrical-coordinate representation of color #63DBF6: hue angle of 191.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DBF6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 219 | 246 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.04 |
| HSL | 191.02º | 0.89% | 0.68% | - |
| HSV(B) | 191.02º | 0.6% | 0.96% | - |
| XYZ | 47.11 | 59.97 | 96.28 | - |
| YUV | 186.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 246 | 0.60 | 0.11 | 0 | 0.04 | 191.02 | 0.89 | 0.68 |
| Hex | 63 | DB | F6 | 3C | B | 0 | 4 | BF | 59 | 44 |
| Octal | 143 | 333 | 366 | 74 | 13 | 0 | 4 | 277 | 131 | 104 |
| Binary | 1100011 | 11011011 | 11110110 | 111100 | 1011 | 0 | 100 | 10111111 | 1011001 | 1000100 |
Color Harmonies of #63DBF6
Complementary color
Monochromatic Colors of #63DBF6
Black with #63DBF6
Text Example
Text Example
White with #63DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBF6; }
p { color: rgb(99,219,246); }
H1.HeaderClassName
{
color: #63DBF6;
}
.AnyTagClassName
{
color: #63DBF6;
}
</style>
background-color css
<style>
a { background-color: #63DBF6; }
a { background-color: rgb(99,219,246); }
div.DivClassName
{
background-color: #63DBF6;
}
.BgClassName
{
background-color: #63DBF6;
}
</style>
border-color css
<style>
span { border-color: #63DBF6; }
span { border-color: rgb(99,219,246); }
td.TdClassName
{
border-color: #63DBF6;
}
.TagClassName
{
border-color: #63DBF6;
}
</style>