Shades of Turquoise Blue #63CBEB
Tints of Turquoise Blue #63CBEB
RGB
CMYK
RGB Variations
Color information
#63CBEB (or 0x63CBEB) is known color: Turquoise Blue. HEX triplet: 63, CB and EB. RGB value is (99,203,235). Sum of RGB (Red+Green+Blue) = 99+203+235=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #63CBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CBEB is #9C3414. Grayscale: #AFAFAF. Windows color (decimal): -10236949 or 15453027. OLE color: 15453027.
HSL color Cylindrical-coordinate representation of color #63CBEB: hue angle of 194.12º 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 #63CBEB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 203 | 235 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.08 |
| HSL | 194.12º | 0.77% | 0.65% | - |
| HSV(B) | 194.12º | 0.58% | 0.92% | - |
| XYZ | 41.5 | 51.36 | 86.32 | - |
| YUV | 175.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 235 | 0.58 | 0.14 | 0 | 0.08 | 194.12 | 0.77 | 0.65 |
| Hex | 63 | CB | EB | 3A | E | 0 | 8 | C2 | 4D | 41 |
| Octal | 143 | 313 | 353 | 72 | 16 | 0 | 10 | 302 | 115 | 101 |
| Binary | 1100011 | 11001011 | 11101011 | 111010 | 1110 | 0 | 1000 | 11000010 | 1001101 | 1000001 |
Color Harmonies of #63CBEB
Complementary color
Monochromatic Colors of #63CBEB
Black with #63CBEB
Text Example
Text Example
White with #63CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBEB; }
p { color: rgb(99,203,235); }
H1.HeaderClassName
{
color: #63CBEB;
}
.AnyTagClassName
{
color: #63CBEB;
}
</style>
background-color css
<style>
a { background-color: #63CBEB; }
a { background-color: rgb(99,203,235); }
div.DivClassName
{
background-color: #63CBEB;
}
.BgClassName
{
background-color: #63CBEB;
}
</style>
border-color css
<style>
span { border-color: #63CBEB; }
span { border-color: rgb(99,203,235); }
td.TdClassName
{
border-color: #63CBEB;
}
.TagClassName
{
border-color: #63CBEB;
}
</style>