Shades of Turquoise Blue #63E0FD
Tints of Turquoise Blue #63E0FD
RGB
CMYK
RGB Variations
Color information
#63E0FD (or 0x63E0FD) is known color: Turquoise Blue. HEX triplet: 63, E0 and FD. RGB value is (99,224,253). Sum of RGB (Red+Green+Blue) = 99+224+253=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #63E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0FD is #9C1F02. Grayscale: #BDBDBD. Windows color (decimal): -10231555 or 16638051. OLE color: 16638051.
HSL color Cylindrical-coordinate representation of color #63E0FD: hue angle of 191.3º 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 #63E0FD is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 224 | 253 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.01 |
| HSL | 191.3º | 0.97% | 0.69% | - |
| HSV(B) | 191.3º | 0.61% | 0.99% | - |
| XYZ | 49.53 | 63.06 | 102.49 | - |
| YUV | 189.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 253 | 0.61 | 0.11 | 0 | 0.01 | 191.3 | 0.97 | 0.69 |
| Hex | 63 | E0 | FD | 3D | B | 0 | 1 | BF | 61 | 45 |
| Octal | 143 | 340 | 375 | 75 | 13 | 0 | 1 | 277 | 141 | 105 |
| Binary | 1100011 | 11100000 | 11111101 | 111101 | 1011 | 0 | 1 | 10111111 | 1100001 | 1000101 |
Color Harmonies of #63E0FD
Complementary color
Monochromatic Colors of #63E0FD
Black with #63E0FD
Text Example
Text Example
White with #63E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0FD; }
p { color: rgb(99,224,253); }
H1.HeaderClassName
{
color: #63E0FD;
}
.AnyTagClassName
{
color: #63E0FD;
}
</style>
background-color css
<style>
a { background-color: #63E0FD; }
a { background-color: rgb(99,224,253); }
div.DivClassName
{
background-color: #63E0FD;
}
.BgClassName
{
background-color: #63E0FD;
}
</style>
border-color css
<style>
span { border-color: #63E0FD; }
span { border-color: rgb(99,224,253); }
td.TdClassName
{
border-color: #63E0FD;
}
.TagClassName
{
border-color: #63E0FD;
}
</style>