Shades of Turquoise Blue #63DDF6
Tints of Turquoise Blue #63DDF6
RGB
CMYK
RGB Variations
Color information
#63DDF6 (or 0x63DDF6) is known color: Turquoise Blue. HEX triplet: 63, DD and F6. RGB value is (99,221,246). Sum of RGB (Red+Green+Blue) = 99+221+246=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #63DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DDF6 is #9C2209. Grayscale: #BBBBBB. Windows color (decimal): -10232330 or 16178531. OLE color: 16178531.
HSL color Cylindrical-coordinate representation of color #63DDF6: hue angle of 190.2º 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 #63DDF6 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 221 | 246 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.04 |
| HSL | 190.2º | 0.89% | 0.68% | - |
| HSV(B) | 190.2º | 0.6% | 0.96% | - |
| XYZ | 47.64 | 61.02 | 96.46 | - |
| YUV | 187.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 246 | 0.60 | 0.10 | 0 | 0.04 | 190.2 | 0.89 | 0.68 |
| Hex | 63 | DD | F6 | 3C | A | 0 | 4 | BE | 59 | 44 |
| Octal | 143 | 335 | 366 | 74 | 12 | 0 | 4 | 276 | 131 | 104 |
| Binary | 1100011 | 11011101 | 11110110 | 111100 | 1010 | 0 | 100 | 10111110 | 1011001 | 1000100 |
Color Harmonies of #63DDF6
Complementary color
Monochromatic Colors of #63DDF6
Black with #63DDF6
Text Example
Text Example
White with #63DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDF6; }
p { color: rgb(99,221,246); }
H1.HeaderClassName
{
color: #63DDF6;
}
.AnyTagClassName
{
color: #63DDF6;
}
</style>
background-color css
<style>
a { background-color: #63DDF6; }
a { background-color: rgb(99,221,246); }
div.DivClassName
{
background-color: #63DDF6;
}
.BgClassName
{
background-color: #63DDF6;
}
</style>
border-color css
<style>
span { border-color: #63DDF6; }
span { border-color: rgb(99,221,246); }
td.TdClassName
{
border-color: #63DDF6;
}
.TagClassName
{
border-color: #63DDF6;
}
</style>