Shades of Turquoise Blue #63CFF1
Tints of Turquoise Blue #63CFF1
RGB
CMYK
RGB Variations
Color information
#63CFF1 (or 0x63CFF1) is known color: Turquoise Blue. HEX triplet: 63, CF and F1. RGB value is (99,207,241). Sum of RGB (Red+Green+Blue) = 99+207+241=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #63CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFF1 is #9C300E. Grayscale: #B2B2B2. Windows color (decimal): -10235919 or 15847267. OLE color: 15847267.
HSL color Cylindrical-coordinate representation of color #63CFF1: hue angle of 194.37º 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 #63CFF1 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 207 | 241 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.05 |
| HSL | 194.37º | 0.84% | 0.67% | - |
| HSV(B) | 194.37º | 0.59% | 0.95% | - |
| XYZ | 43.34 | 53.63 | 91.29 | - |
| YUV | 178.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 241 | 0.59 | 0.14 | 0 | 0.05 | 194.37 | 0.84 | 0.67 |
| Hex | 63 | CF | F1 | 3B | E | 0 | 5 | C2 | 54 | 43 |
| Octal | 143 | 317 | 361 | 73 | 16 | 0 | 5 | 302 | 124 | 103 |
| Binary | 1100011 | 11001111 | 11110001 | 111011 | 1110 | 0 | 101 | 11000010 | 1010100 | 1000011 |
Color Harmonies of #63CFF1
Complementary color
Monochromatic Colors of #63CFF1
Black with #63CFF1
Text Example
Text Example
White with #63CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFF1; }
p { color: rgb(99,207,241); }
H1.HeaderClassName
{
color: #63CFF1;
}
.AnyTagClassName
{
color: #63CFF1;
}
</style>
background-color css
<style>
a { background-color: #63CFF1; }
a { background-color: rgb(99,207,241); }
div.DivClassName
{
background-color: #63CFF1;
}
.BgClassName
{
background-color: #63CFF1;
}
</style>
border-color css
<style>
span { border-color: #63CFF1; }
span { border-color: rgb(99,207,241); }
td.TdClassName
{
border-color: #63CFF1;
}
.TagClassName
{
border-color: #63CFF1;
}
</style>