Shades of Turquoise Blue #63DBF7
Tints of Turquoise Blue #63DBF7
RGB
CMYK
RGB Variations
Color information
#63DBF7 (or 0x63DBF7) is known color: Turquoise Blue. HEX triplet: 63, DB and F7. RGB value is (99,219,247). Sum of RGB (Red+Green+Blue) = 99+219+247=565 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.52% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #63DBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBF7 is #9C2408. Grayscale: #BABABA. Windows color (decimal): -10232841 or 16243555. OLE color: 16243555.
HSL color Cylindrical-coordinate representation of color #63DBF7: hue angle of 191.35º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DBF7 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 219 | 247 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.03 |
| HSL | 191.35º | 0.9% | 0.68% | - |
| HSV(B) | 191.35º | 0.6% | 0.97% | - |
| XYZ | 47.27 | 60.03 | 97.09 | - |
| YUV | 186.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 247 | 0.60 | 0.11 | 0 | 0.03 | 191.35 | 0.9 | 0.68 |
| Hex | 63 | DB | F7 | 3C | B | 0 | 3 | BF | 5A | 44 |
| Octal | 143 | 333 | 367 | 74 | 13 | 0 | 3 | 277 | 132 | 104 |
| Binary | 1100011 | 11011011 | 11110111 | 111100 | 1011 | 0 | 11 | 10111111 | 1011010 | 1000100 |
Color Harmonies of #63DBF7
Complementary color
Monochromatic Colors of #63DBF7
Black with #63DBF7
Text Example
Text Example
White with #63DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBF7; }
p { color: rgb(99,219,247); }
H1.HeaderClassName
{
color: #63DBF7;
}
.AnyTagClassName
{
color: #63DBF7;
}
</style>
background-color css
<style>
a { background-color: #63DBF7; }
a { background-color: rgb(99,219,247); }
div.DivClassName
{
background-color: #63DBF7;
}
.BgClassName
{
background-color: #63DBF7;
}
</style>
border-color css
<style>
span { border-color: #63DBF7; }
span { border-color: rgb(99,219,247); }
td.TdClassName
{
border-color: #63DBF7;
}
.TagClassName
{
border-color: #63DBF7;
}
</style>