Shades of Turquoise Blue #63E2FF
Tints of Turquoise Blue #63E2FF
RGB
CMYK
RGB Variations
Color information
#63E2FF (or 0x63E2FF) is known color: Turquoise Blue. HEX triplet: 63, E2 and FF. RGB value is (99,226,255). Sum of RGB (Red+Green+Blue) = 99+226+255=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #63E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E2FF is #9C1D00. Grayscale: #BFBFBF. Windows color (decimal): -10231041 or 16769635. OLE color: 16769635.
HSL color Cylindrical-coordinate representation of color #63E2FF: hue angle of 191.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63E2FF is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 226 | 255 | - |
| CMYK | 0.61 | 0.11 | 0 | 0 |
| HSL | 191.15º | 1% | 0.69% | - |
| HSV(B) | 191.15º | 0.61% | 1% | - |
| XYZ | 50.39 | 64.27 | 104.36 | - |
| YUV | 191.33 | 163.92 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 226 | 255 | 0.61 | 0.11 | 0 | 0 | 191.15 | 1 | 0.69 |
| Hex | 63 | E2 | FF | 3D | B | 0 | 0 | BF | 64 | 45 |
| Octal | 143 | 342 | 377 | 75 | 13 | 0 | 0 | 277 | 144 | 105 |
| Binary | 1100011 | 11100010 | 11111111 | 111101 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000101 |
Color Harmonies of #63E2FF
Complementary color
Monochromatic Colors of #63E2FF
Black with #63E2FF
Text Example
Text Example
White with #63E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E2FF; }
p { color: rgb(99,226,255); }
H1.HeaderClassName
{
color: #63E2FF;
}
.AnyTagClassName
{
color: #63E2FF;
}
</style>
background-color css
<style>
a { background-color: #63E2FF; }
a { background-color: rgb(99,226,255); }
div.DivClassName
{
background-color: #63E2FF;
}
.BgClassName
{
background-color: #63E2FF;
}
</style>
border-color css
<style>
span { border-color: #63E2FF; }
span { border-color: rgb(99,226,255); }
td.TdClassName
{
border-color: #63E2FF;
}
.TagClassName
{
border-color: #63E2FF;
}
</style>