Shades of Turquoise Blue #63CFED
Tints of Turquoise Blue #63CFED
RGB
CMYK
RGB Variations
Color information
#63CFED (or 0x63CFED) is known color: Turquoise Blue. HEX triplet: 63, CF and ED. RGB value is (99,207,237). Sum of RGB (Red+Green+Blue) = 99+207+237=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #63CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFED is #9C3012. Grayscale: #B1B1B1. Windows color (decimal): -10235923 or 15585123. OLE color: 15585123.
HSL color Cylindrical-coordinate representation of color #63CFED: hue angle of 193.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63CFED is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 207 | 237 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.07 |
| HSL | 193.04º | 0.79% | 0.66% | - |
| HSV(B) | 193.04º | 0.58% | 0.93% | - |
| XYZ | 42.74 | 53.39 | 88.17 | - |
| YUV | 178.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 237 | 0.58 | 0.13 | 0 | 0.07 | 193.04 | 0.79 | 0.66 |
| Hex | 63 | CF | ED | 3A | D | 0 | 7 | C1 | 4F | 42 |
| Octal | 143 | 317 | 355 | 72 | 15 | 0 | 7 | 301 | 117 | 102 |
| Binary | 1100011 | 11001111 | 11101101 | 111010 | 1101 | 0 | 111 | 11000001 | 1001111 | 1000010 |
Color Harmonies of #63CFED
Complementary color
Monochromatic Colors of #63CFED
Black with #63CFED
Text Example
Text Example
White with #63CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFED; }
p { color: rgb(99,207,237); }
H1.HeaderClassName
{
color: #63CFED;
}
.AnyTagClassName
{
color: #63CFED;
}
</style>
background-color css
<style>
a { background-color: #63CFED; }
a { background-color: rgb(99,207,237); }
div.DivClassName
{
background-color: #63CFED;
}
.BgClassName
{
background-color: #63CFED;
}
</style>
border-color css
<style>
span { border-color: #63CFED; }
span { border-color: rgb(99,207,237); }
td.TdClassName
{
border-color: #63CFED;
}
.TagClassName
{
border-color: #63CFED;
}
</style>