Shades of Turquoise Blue #63E9F7
Tints of Turquoise Blue #63E9F7
RGB
CMYK
RGB Variations
Color information
#63E9F7 (or 0x63E9F7) is known color: Turquoise Blue. HEX triplet: 63, E9 and F7. RGB value is (99,233,247). Sum of RGB (Red+Green+Blue) = 99+233+247=579 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.10% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #63E9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E9F7 is #9C1608. Grayscale: #C2C2C2. Windows color (decimal): -10229257 or 16247139. OLE color: 16247139.
HSL color Cylindrical-coordinate representation of color #63E9F7: hue angle of 185.68º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63E9F7 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 233 | 247 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.03 |
| HSL | 185.68º | 0.9% | 0.68% | - |
| HSV(B) | 185.68º | 0.6% | 0.97% | - |
| XYZ | 51.07 | 67.65 | 98.36 | - |
| YUV | 194.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 233 | 247 | 0.60 | 0.06 | 0 | 0.03 | 185.68 | 0.9 | 0.68 |
| Hex | 63 | E9 | F7 | 3C | 6 | 0 | 3 | BA | 5A | 44 |
| Octal | 143 | 351 | 367 | 74 | 6 | 0 | 3 | 272 | 132 | 104 |
| Binary | 1100011 | 11101001 | 11110111 | 111100 | 110 | 0 | 11 | 10111010 | 1011010 | 1000100 |
Color Harmonies of #63E9F7
Complementary color
Monochromatic Colors of #63E9F7
Black with #63E9F7
Text Example
Text Example
White with #63E9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E9F7; }
p { color: rgb(99,233,247); }
H1.HeaderClassName
{
color: #63E9F7;
}
.AnyTagClassName
{
color: #63E9F7;
}
</style>
background-color css
<style>
a { background-color: #63E9F7; }
a { background-color: rgb(99,233,247); }
div.DivClassName
{
background-color: #63E9F7;
}
.BgClassName
{
background-color: #63E9F7;
}
</style>
border-color css
<style>
span { border-color: #63E9F7; }
span { border-color: rgb(99,233,247); }
td.TdClassName
{
border-color: #63E9F7;
}
.TagClassName
{
border-color: #63E9F7;
}
</style>