Shades of Turquoise Blue #63DBFD
Tints of Turquoise Blue #63DBFD
RGB
CMYK
RGB Variations
Color information
#63DBFD (or 0x63DBFD) is known color: Turquoise Blue. HEX triplet: 63, DB and FD. RGB value is (99,219,253). Sum of RGB (Red+Green+Blue) = 99+219+253=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #63DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBFD is #9C2402. Grayscale: #BABABA. Windows color (decimal): -10232835 or 16636771. OLE color: 16636771.
HSL color Cylindrical-coordinate representation of color #63DBFD: hue angle of 193.25º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DBFD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 219 | 253 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 193.25º | 0.97% | 0.69% | - |
| HSV(B) | 193.25º | 0.61% | 0.99% | - |
| XYZ | 48.21 | 60.41 | 102.05 | - |
| YUV | 187 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 253 | 0.61 | 0.13 | 0 | 0.01 | 193.25 | 0.97 | 0.69 |
| Hex | 63 | DB | FD | 3D | D | 0 | 1 | C1 | 61 | 45 |
| Octal | 143 | 333 | 375 | 75 | 15 | 0 | 1 | 301 | 141 | 105 |
| Binary | 1100011 | 11011011 | 11111101 | 111101 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000101 |
Color Harmonies of #63DBFD
Complementary color
Monochromatic Colors of #63DBFD
Black with #63DBFD
Text Example
Text Example
White with #63DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBFD; }
p { color: rgb(99,219,253); }
H1.HeaderClassName
{
color: #63DBFD;
}
.AnyTagClassName
{
color: #63DBFD;
}
</style>
background-color css
<style>
a { background-color: #63DBFD; }
a { background-color: rgb(99,219,253); }
div.DivClassName
{
background-color: #63DBFD;
}
.BgClassName
{
background-color: #63DBFD;
}
</style>
border-color css
<style>
span { border-color: #63DBFD; }
span { border-color: rgb(99,219,253); }
td.TdClassName
{
border-color: #63DBFD;
}
.TagClassName
{
border-color: #63DBFD;
}
</style>