Shades of Turquoise Blue #63CEF4
Tints of Turquoise Blue #63CEF4
RGB
CMYK
RGB Variations
Color information
#63CEF4 (or 0x63CEF4) is known color: Turquoise Blue. HEX triplet: 63, CE and F4. RGB value is (99,206,244). Sum of RGB (Red+Green+Blue) = 99+206+244=549 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.03% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #63CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEF4 is #9C310B. Grayscale: #B2B2B2. Windows color (decimal): -10236172 or 16043619. OLE color: 16043619.
HSL color Cylindrical-coordinate representation of color #63CEF4: hue angle of 195.72º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63CEF4 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 206 | 244 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.04 |
| HSL | 195.72º | 0.87% | 0.67% | - |
| HSV(B) | 195.72º | 0.59% | 0.96% | - |
| XYZ | 43.55 | 53.33 | 93.59 | - |
| YUV | 178.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 244 | 0.59 | 0.16 | 0 | 0.04 | 195.72 | 0.87 | 0.67 |
| Hex | 63 | CE | F4 | 3B | 10 | 0 | 4 | C4 | 57 | 43 |
| Octal | 143 | 316 | 364 | 73 | 20 | 0 | 4 | 304 | 127 | 103 |
| Binary | 1100011 | 11001110 | 11110100 | 111011 | 10000 | 0 | 100 | 11000100 | 1010111 | 1000011 |
Color Harmonies of #63CEF4
Complementary color
Monochromatic Colors of #63CEF4
Black with #63CEF4
Text Example
Text Example
White with #63CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEF4; }
p { color: rgb(99,206,244); }
H1.HeaderClassName
{
color: #63CEF4;
}
.AnyTagClassName
{
color: #63CEF4;
}
</style>
background-color css
<style>
a { background-color: #63CEF4; }
a { background-color: rgb(99,206,244); }
div.DivClassName
{
background-color: #63CEF4;
}
.BgClassName
{
background-color: #63CEF4;
}
</style>
border-color css
<style>
span { border-color: #63CEF4; }
span { border-color: rgb(99,206,244); }
td.TdClassName
{
border-color: #63CEF4;
}
.TagClassName
{
border-color: #63CEF4;
}
</style>