Shades of Turquoise Blue #63DCFE
Tints of Turquoise Blue #63DCFE
RGB
CMYK
RGB Variations
Color information
#63DCFE (or 0x63DCFE) is known color: Turquoise Blue. HEX triplet: 63, DC and FE. RGB value is (99,220,254). Sum of RGB (Red+Green+Blue) = 99+220+254=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #63DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCFE is #9C2301. Grayscale: #BBBBBB. Windows color (decimal): -10232578 or 16702563. OLE color: 16702563.
HSL color Cylindrical-coordinate representation of color #63DCFE: hue angle of 193.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DCFE is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 220 | 254 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.00 |
| HSL | 193.16º | 0.99% | 0.69% | - |
| HSV(B) | 193.16º | 0.61% | 1% | - |
| XYZ | 48.63 | 60.99 | 102.98 | - |
| YUV | 187.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 254 | 0.61 | 0.13 | 0 | 0.00 | 193.16 | 0.99 | 0.69 |
| Hex | 63 | DC | FE | 3D | D | 0 | 0 | C1 | 63 | 45 |
| Octal | 143 | 334 | 376 | 75 | 15 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100011 | 11011100 | 11111110 | 111101 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #63DCFE
Complementary color
Monochromatic Colors of #63DCFE
Black with #63DCFE
Text Example
Text Example
White with #63DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCFE; }
p { color: rgb(99,220,254); }
H1.HeaderClassName
{
color: #63DCFE;
}
.AnyTagClassName
{
color: #63DCFE;
}
</style>
background-color css
<style>
a { background-color: #63DCFE; }
a { background-color: rgb(99,220,254); }
div.DivClassName
{
background-color: #63DCFE;
}
.BgClassName
{
background-color: #63DCFE;
}
</style>
border-color css
<style>
span { border-color: #63DCFE; }
span { border-color: rgb(99,220,254); }
td.TdClassName
{
border-color: #63DCFE;
}
.TagClassName
{
border-color: #63DCFE;
}
</style>