Shades of Turquoise Blue #63F1E0
Tints of Turquoise Blue #63F1E0
RGB
CMYK
RGB Variations
Color information
#63F1E0 (or 0x63F1E0) is known color: Turquoise Blue. HEX triplet: 63, F1 and E0. RGB value is (99,241,224). Sum of RGB (Red+Green+Blue) = 99+241+224=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F1E0 is #9C0E1F. Grayscale: #C4C4C4. Windows color (decimal): -10227232 or 14741859. OLE color: 14741859.
HSL color Cylindrical-coordinate representation of color #63F1E0: hue angle of 172.82º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F1E0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 224 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.05 |
| HSL | 172.82º | 0.84% | 0.67% | - |
| HSV(B) | 172.82º | 0.59% | 0.95% | - |
| XYZ | 50.06 | 70.95 | 81.58 | - |
| YUV | 196.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 224 | 0.59 | 0 | 0.07 | 0.05 | 172.82 | 0.84 | 0.67 |
| Hex | 63 | F1 | E0 | 3B | 0 | 7 | 5 | AD | 54 | 43 |
| Octal | 143 | 361 | 340 | 73 | 0 | 7 | 5 | 255 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11100000 | 111011 | 0 | 111 | 101 | 10101101 | 1010100 | 1000011 |
Color Harmonies of #63F1E0
Complementary color
Monochromatic Colors of #63F1E0
Black with #63F1E0
Text Example
Text Example
White with #63F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1E0; }
p { color: rgb(99,241,224); }
H1.HeaderClassName
{
color: #63F1E0;
}
.AnyTagClassName
{
color: #63F1E0;
}
</style>
background-color css
<style>
a { background-color: #63F1E0; }
a { background-color: rgb(99,241,224); }
div.DivClassName
{
background-color: #63F1E0;
}
.BgClassName
{
background-color: #63F1E0;
}
</style>
border-color css
<style>
span { border-color: #63F1E0; }
span { border-color: rgb(99,241,224); }
td.TdClassName
{
border-color: #63F1E0;
}
.TagClassName
{
border-color: #63F1E0;
}
</style>