Shades of Turquoise Blue #63CFEA
Tints of Turquoise Blue #63CFEA
RGB
CMYK
RGB Variations
Color information
#63CFEA (or 0x63CFEA) is known color: Turquoise Blue. HEX triplet: 63, CF and EA. RGB value is (99,207,234). Sum of RGB (Red+Green+Blue) = 99+207+234=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #63CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFEA is #9C3015. Grayscale: #B1B1B1. Windows color (decimal): -10235926 or 15388515. OLE color: 15388515.
HSL color Cylindrical-coordinate representation of color #63CFEA: hue angle of 192º degrees, saturation: 0.76, 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 #63CFEA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 207 | 234 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.08 |
| HSL | 192º | 0.76% | 0.65% | - |
| HSV(B) | 192º | 0.58% | 0.92% | - |
| XYZ | 42.31 | 53.22 | 85.88 | - |
| YUV | 177.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 234 | 0.58 | 0.12 | 0 | 0.08 | 192 | 0.76 | 0.65 |
| Hex | 63 | CF | EA | 3A | C | 0 | 8 | C0 | 4C | 41 |
| Octal | 143 | 317 | 352 | 72 | 14 | 0 | 10 | 300 | 114 | 101 |
| Binary | 1100011 | 11001111 | 11101010 | 111010 | 1100 | 0 | 1000 | 11000000 | 1001100 | 1000001 |
Color Harmonies of #63CFEA
Complementary color
Monochromatic Colors of #63CFEA
Black with #63CFEA
Text Example
Text Example
White with #63CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFEA; }
p { color: rgb(99,207,234); }
H1.HeaderClassName
{
color: #63CFEA;
}
.AnyTagClassName
{
color: #63CFEA;
}
</style>
background-color css
<style>
a { background-color: #63CFEA; }
a { background-color: rgb(99,207,234); }
div.DivClassName
{
background-color: #63CFEA;
}
.BgClassName
{
background-color: #63CFEA;
}
</style>
border-color css
<style>
span { border-color: #63CFEA; }
span { border-color: rgb(99,207,234); }
td.TdClassName
{
border-color: #63CFEA;
}
.TagClassName
{
border-color: #63CFEA;
}
</style>