Shades of Turquoise Blue #63CFEB
Tints of Turquoise Blue #63CFEB
RGB
CMYK
RGB Variations
Color information
#63CFEB (or 0x63CFEB) is known color: Turquoise Blue. HEX triplet: 63, CF and EB. RGB value is (99,207,235). Sum of RGB (Red+Green+Blue) = 99+207+235=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #63CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFEB is #9C3014. Grayscale: #B1B1B1. Windows color (decimal): -10235925 or 15454051. OLE color: 15454051.
HSL color Cylindrical-coordinate representation of color #63CFEB: hue angle of 192.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63CFEB is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 207 | 235 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.08 |
| HSL | 192.35º | 0.77% | 0.65% | - |
| HSV(B) | 192.35º | 0.58% | 0.92% | - |
| XYZ | 42.45 | 53.28 | 86.64 | - |
| YUV | 177.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 235 | 0.58 | 0.12 | 0 | 0.08 | 192.35 | 0.77 | 0.65 |
| Hex | 63 | CF | EB | 3A | C | 0 | 8 | C0 | 4D | 41 |
| Octal | 143 | 317 | 353 | 72 | 14 | 0 | 10 | 300 | 115 | 101 |
| Binary | 1100011 | 11001111 | 11101011 | 111010 | 1100 | 0 | 1000 | 11000000 | 1001101 | 1000001 |
Color Harmonies of #63CFEB
Complementary color
Monochromatic Colors of #63CFEB
Black with #63CFEB
Text Example
Text Example
White with #63CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFEB; }
p { color: rgb(99,207,235); }
H1.HeaderClassName
{
color: #63CFEB;
}
.AnyTagClassName
{
color: #63CFEB;
}
</style>
background-color css
<style>
a { background-color: #63CFEB; }
a { background-color: rgb(99,207,235); }
div.DivClassName
{
background-color: #63CFEB;
}
.BgClassName
{
background-color: #63CFEB;
}
</style>
border-color css
<style>
span { border-color: #63CFEB; }
span { border-color: rgb(99,207,235); }
td.TdClassName
{
border-color: #63CFEB;
}
.TagClassName
{
border-color: #63CFEB;
}
</style>