Shades of Turquoise Blue #63DFFE
Tints of Turquoise Blue #63DFFE
RGB
CMYK
RGB Variations
Color information
#63DFFE (or 0x63DFFE) is known color: Turquoise Blue. HEX triplet: 63, DF and FE. RGB value is (99,223,254). Sum of RGB (Red+Green+Blue) = 99+223+254=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #63DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFFE is #9C2001. Grayscale: #BDBDBD. Windows color (decimal): -10231810 or 16703331. OLE color: 16703331.
HSL color Cylindrical-coordinate representation of color #63DFFE: hue angle of 192º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DFFE is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 223 | 254 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.00 |
| HSL | 192º | 0.99% | 0.69% | - |
| HSV(B) | 192º | 0.61% | 1% | - |
| XYZ | 49.42 | 62.58 | 103.24 | - |
| YUV | 189.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 254 | 0.61 | 0.12 | 0 | 0.00 | 192 | 0.99 | 0.69 |
| Hex | 63 | DF | FE | 3D | C | 0 | 0 | C0 | 63 | 45 |
| Octal | 143 | 337 | 376 | 75 | 14 | 0 | 0 | 300 | 143 | 105 |
| Binary | 1100011 | 11011111 | 11111110 | 111101 | 1100 | 0 | 0 | 11000000 | 1100011 | 1000101 |
Color Harmonies of #63DFFE
Complementary color
Monochromatic Colors of #63DFFE
Black with #63DFFE
Text Example
Text Example
White with #63DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFFE; }
p { color: rgb(99,223,254); }
H1.HeaderClassName
{
color: #63DFFE;
}
.AnyTagClassName
{
color: #63DFFE;
}
</style>
background-color css
<style>
a { background-color: #63DFFE; }
a { background-color: rgb(99,223,254); }
div.DivClassName
{
background-color: #63DFFE;
}
.BgClassName
{
background-color: #63DFFE;
}
</style>
border-color css
<style>
span { border-color: #63DFFE; }
span { border-color: rgb(99,223,254); }
td.TdClassName
{
border-color: #63DFFE;
}
.TagClassName
{
border-color: #63DFFE;
}
</style>