Shades of Turquoise Blue #63DAFE
Tints of Turquoise Blue #63DAFE
RGB
CMYK
RGB Variations
Color information
#63DAFE (or 0x63DAFE) is known color: Turquoise Blue. HEX triplet: 63, DA and FE. RGB value is (99,218,254). Sum of RGB (Red+Green+Blue) = 99+218+254=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #63DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DAFE is #9C2501. Grayscale: #BABABA. Windows color (decimal): -10233090 or 16702051. OLE color: 16702051.
HSL color Cylindrical-coordinate representation of color #63DAFE: hue angle of 193.94º 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 #63DAFE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 218 | 254 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.00 |
| HSL | 193.94º | 0.99% | 0.69% | - |
| HSV(B) | 193.94º | 0.61% | 1% | - |
| XYZ | 48.11 | 59.95 | 102.8 | - |
| YUV | 186.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 254 | 0.61 | 0.14 | 0 | 0.00 | 193.94 | 0.99 | 0.69 |
| Hex | 63 | DA | FE | 3D | E | 0 | 0 | C2 | 63 | 45 |
| Octal | 143 | 332 | 376 | 75 | 16 | 0 | 0 | 302 | 143 | 105 |
| Binary | 1100011 | 11011010 | 11111110 | 111101 | 1110 | 0 | 0 | 11000010 | 1100011 | 1000101 |
Color Harmonies of #63DAFE
Complementary color
Monochromatic Colors of #63DAFE
Black with #63DAFE
Text Example
Text Example
White with #63DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAFE; }
p { color: rgb(99,218,254); }
H1.HeaderClassName
{
color: #63DAFE;
}
.AnyTagClassName
{
color: #63DAFE;
}
</style>
background-color css
<style>
a { background-color: #63DAFE; }
a { background-color: rgb(99,218,254); }
div.DivClassName
{
background-color: #63DAFE;
}
.BgClassName
{
background-color: #63DAFE;
}
</style>
border-color css
<style>
span { border-color: #63DAFE; }
span { border-color: rgb(99,218,254); }
td.TdClassName
{
border-color: #63DAFE;
}
.TagClassName
{
border-color: #63DAFE;
}
</style>