Shades of Turquoise Blue #63CFE8
Tints of Turquoise Blue #63CFE8
RGB
CMYK
RGB Variations
Color information
#63CFE8 (or 0x63CFE8) is known color: Turquoise Blue. HEX triplet: 63, CF and E8. RGB value is (99,207,232). Sum of RGB (Red+Green+Blue) = 99+207+232=538 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.40% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #63CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFE8 is #9C3017. Grayscale: #B1B1B1. Windows color (decimal): -10235928 or 15257443. OLE color: 15257443.
HSL color Cylindrical-coordinate representation of color #63CFE8: hue angle of 191.28º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63CFE8 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 207 | 232 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.09 |
| HSL | 191.28º | 0.74% | 0.65% | - |
| HSV(B) | 191.28º | 0.57% | 0.91% | - |
| XYZ | 42.02 | 53.1 | 84.38 | - |
| YUV | 177.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 232 | 0.57 | 0.11 | 0 | 0.09 | 191.28 | 0.74 | 0.65 |
| Hex | 63 | CF | E8 | 39 | B | 0 | 9 | BF | 4A | 41 |
| Octal | 143 | 317 | 350 | 71 | 13 | 0 | 11 | 277 | 112 | 101 |
| Binary | 1100011 | 11001111 | 11101000 | 111001 | 1011 | 0 | 1001 | 10111111 | 1001010 | 1000001 |
Color Harmonies of #63CFE8
Complementary color
Monochromatic Colors of #63CFE8
Black with #63CFE8
Text Example
Text Example
White with #63CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFE8; }
p { color: rgb(99,207,232); }
H1.HeaderClassName
{
color: #63CFE8;
}
.AnyTagClassName
{
color: #63CFE8;
}
</style>
background-color css
<style>
a { background-color: #63CFE8; }
a { background-color: rgb(99,207,232); }
div.DivClassName
{
background-color: #63CFE8;
}
.BgClassName
{
background-color: #63CFE8;
}
</style>
border-color css
<style>
span { border-color: #63CFE8; }
span { border-color: rgb(99,207,232); }
td.TdClassName
{
border-color: #63CFE8;
}
.TagClassName
{
border-color: #63CFE8;
}
</style>