Shades of Turquoise Blue #63CFF2
Tints of Turquoise Blue #63CFF2
RGB
CMYK
RGB Variations
Color information
#63CFF2 (or 0x63CFF2) is known color: Turquoise Blue. HEX triplet: 63, CF and F2. RGB value is (99,207,242). Sum of RGB (Red+Green+Blue) = 99+207+242=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #63CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFF2 is #9C300D. Grayscale: #B2B2B2. Windows color (decimal): -10235918 or 15912803. OLE color: 15912803.
HSL color Cylindrical-coordinate representation of color #63CFF2: hue angle of 194.69º degrees, saturation: 0.85, 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 #63CFF2 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 207 | 242 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.05 |
| HSL | 194.69º | 0.85% | 0.67% | - |
| HSV(B) | 194.69º | 0.59% | 0.95% | - |
| XYZ | 43.49 | 53.69 | 92.08 | - |
| YUV | 178.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 242 | 0.59 | 0.14 | 0 | 0.05 | 194.69 | 0.85 | 0.67 |
| Hex | 63 | CF | F2 | 3B | E | 0 | 5 | C3 | 55 | 43 |
| Octal | 143 | 317 | 362 | 73 | 16 | 0 | 5 | 303 | 125 | 103 |
| Binary | 1100011 | 11001111 | 11110010 | 111011 | 1110 | 0 | 101 | 11000011 | 1010101 | 1000011 |
Color Harmonies of #63CFF2
Complementary color
Monochromatic Colors of #63CFF2
Black with #63CFF2
Text Example
Text Example
White with #63CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFF2; }
p { color: rgb(99,207,242); }
H1.HeaderClassName
{
color: #63CFF2;
}
.AnyTagClassName
{
color: #63CFF2;
}
</style>
background-color css
<style>
a { background-color: #63CFF2; }
a { background-color: rgb(99,207,242); }
div.DivClassName
{
background-color: #63CFF2;
}
.BgClassName
{
background-color: #63CFF2;
}
</style>
border-color css
<style>
span { border-color: #63CFF2; }
span { border-color: rgb(99,207,242); }
td.TdClassName
{
border-color: #63CFF2;
}
.TagClassName
{
border-color: #63CFF2;
}
</style>