Shades of Turquoise Blue #63EBF1
Tints of Turquoise Blue #63EBF1
RGB
CMYK
RGB Variations
Color information
#63EBF1 (or 0x63EBF1) is known color: Turquoise Blue. HEX triplet: 63, EB and F1. RGB value is (99,235,241). Sum of RGB (Red+Green+Blue) = 99+235+241=575 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.22% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #63EBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EBF1 is #9C140E. Grayscale: #C2C2C2. Windows color (decimal): -10228751 or 15854435. OLE color: 15854435.
HSL color Cylindrical-coordinate representation of color #63EBF1: hue angle of 182.54º 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 #63EBF1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 235 | 241 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 182.54º | 0.84% | 0.67% | - |
| HSV(B) | 182.54º | 0.59% | 0.95% | - |
| XYZ | 50.73 | 68.42 | 93.75 | - |
| YUV | 195.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 235 | 241 | 0.59 | 0.02 | 0 | 0.05 | 182.54 | 0.84 | 0.67 |
| Hex | 63 | EB | F1 | 3B | 2 | 0 | 5 | B7 | 54 | 43 |
| Octal | 143 | 353 | 361 | 73 | 2 | 0 | 5 | 267 | 124 | 103 |
| Binary | 1100011 | 11101011 | 11110001 | 111011 | 10 | 0 | 101 | 10110111 | 1010100 | 1000011 |
Color Harmonies of #63EBF1
Complementary color
Monochromatic Colors of #63EBF1
Black with #63EBF1
Text Example
Text Example
White with #63EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EBF1; }
p { color: rgb(99,235,241); }
H1.HeaderClassName
{
color: #63EBF1;
}
.AnyTagClassName
{
color: #63EBF1;
}
</style>
background-color css
<style>
a { background-color: #63EBF1; }
a { background-color: rgb(99,235,241); }
div.DivClassName
{
background-color: #63EBF1;
}
.BgClassName
{
background-color: #63EBF1;
}
</style>
border-color css
<style>
span { border-color: #63EBF1; }
span { border-color: rgb(99,235,241); }
td.TdClassName
{
border-color: #63EBF1;
}
.TagClassName
{
border-color: #63EBF1;
}
</style>