Shades of Turquoise Blue #63E0F1
Tints of Turquoise Blue #63E0F1
RGB
CMYK
RGB Variations
Color information
#63E0F1 (or 0x63E0F1) is known color: Turquoise Blue. HEX triplet: 63, E0 and F1. RGB value is (99,224,241). Sum of RGB (Red+Green+Blue) = 99+224+241=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #63E0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0F1 is #9C1F0E. Grayscale: #BCBCBC. Windows color (decimal): -10231567 or 15851619. OLE color: 15851619.
HSL color Cylindrical-coordinate representation of color #63E0F1: hue angle of 187.18º 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 #63E0F1 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 224 | 241 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.05 |
| HSL | 187.18º | 0.84% | 0.67% | - |
| HSV(B) | 187.18º | 0.59% | 0.95% | - |
| XYZ | 47.68 | 62.31 | 92.73 | - |
| YUV | 188.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 241 | 0.59 | 0.07 | 0 | 0.05 | 187.18 | 0.84 | 0.67 |
| Hex | 63 | E0 | F1 | 3B | 7 | 0 | 5 | BB | 54 | 43 |
| Octal | 143 | 340 | 361 | 73 | 7 | 0 | 5 | 273 | 124 | 103 |
| Binary | 1100011 | 11100000 | 11110001 | 111011 | 111 | 0 | 101 | 10111011 | 1010100 | 1000011 |
Color Harmonies of #63E0F1
Complementary color
Monochromatic Colors of #63E0F1
Black with #63E0F1
Text Example
Text Example
White with #63E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0F1; }
p { color: rgb(99,224,241); }
H1.HeaderClassName
{
color: #63E0F1;
}
.AnyTagClassName
{
color: #63E0F1;
}
</style>
background-color css
<style>
a { background-color: #63E0F1; }
a { background-color: rgb(99,224,241); }
div.DivClassName
{
background-color: #63E0F1;
}
.BgClassName
{
background-color: #63E0F1;
}
</style>
border-color css
<style>
span { border-color: #63E0F1; }
span { border-color: rgb(99,224,241); }
td.TdClassName
{
border-color: #63E0F1;
}
.TagClassName
{
border-color: #63E0F1;
}
</style>