Shades of Turquoise Blue #63DDFD
Tints of Turquoise Blue #63DDFD
RGB
CMYK
RGB Variations
Color information
#63DDFD (or 0x63DDFD) is known color: Turquoise Blue. HEX triplet: 63, DD and FD. RGB value is (99,221,253). Sum of RGB (Red+Green+Blue) = 99+221+253=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #63DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DDFD is #9C2202. Grayscale: #BBBBBB. Windows color (decimal): -10232323 or 16637283. OLE color: 16637283.
HSL color Cylindrical-coordinate representation of color #63DDFD: hue angle of 192.47º 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 #63DDFD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 221 | 253 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 192.47º | 0.97% | 0.69% | - |
| HSV(B) | 192.47º | 0.61% | 0.99% | - |
| XYZ | 48.73 | 61.46 | 102.22 | - |
| YUV | 188.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 253 | 0.61 | 0.13 | 0 | 0.01 | 192.47 | 0.97 | 0.69 |
| Hex | 63 | DD | FD | 3D | D | 0 | 1 | C0 | 61 | 45 |
| Octal | 143 | 335 | 375 | 75 | 15 | 0 | 1 | 300 | 141 | 105 |
| Binary | 1100011 | 11011101 | 11111101 | 111101 | 1101 | 0 | 1 | 11000000 | 1100001 | 1000101 |
Color Harmonies of #63DDFD
Complementary color
Monochromatic Colors of #63DDFD
Black with #63DDFD
Text Example
Text Example
White with #63DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDFD; }
p { color: rgb(99,221,253); }
H1.HeaderClassName
{
color: #63DDFD;
}
.AnyTagClassName
{
color: #63DDFD;
}
</style>
background-color css
<style>
a { background-color: #63DDFD; }
a { background-color: rgb(99,221,253); }
div.DivClassName
{
background-color: #63DDFD;
}
.BgClassName
{
background-color: #63DDFD;
}
</style>
border-color css
<style>
span { border-color: #63DDFD; }
span { border-color: rgb(99,221,253); }
td.TdClassName
{
border-color: #63DDFD;
}
.TagClassName
{
border-color: #63DDFD;
}
</style>