Shades of Turquoise Blue #63DFFF
Tints of Turquoise Blue #63DFFF
RGB
CMYK
RGB Variations
Color information
#63DFFF (or 0x63DFFF) is known color: Turquoise Blue. HEX triplet: 63, DF and FF. RGB value is (99,223,255). Sum of RGB (Red+Green+Blue) = 99+223+255=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #63DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFFF is #9C2000. Grayscale: #BDBDBD. Windows color (decimal): -10231809 or 16768867. OLE color: 16768867.
HSL color Cylindrical-coordinate representation of color #63DFFF: hue angle of 192.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DFFF is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 223 | 255 | - |
| CMYK | 0.61 | 0.13 | 0 | 0 |
| HSL | 192.31º | 1% | 0.69% | - |
| HSV(B) | 192.31º | 0.61% | 1% | - |
| XYZ | 49.58 | 62.65 | 104.09 | - |
| YUV | 189.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 255 | 0.61 | 0.13 | 0 | 0 | 192.31 | 1 | 0.69 |
| Hex | 63 | DF | FF | 3D | D | 0 | 0 | C0 | 64 | 45 |
| Octal | 143 | 337 | 377 | 75 | 15 | 0 | 0 | 300 | 144 | 105 |
| Binary | 1100011 | 11011111 | 11111111 | 111101 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000101 |
Color Harmonies of #63DFFF
Complementary color
Monochromatic Colors of #63DFFF
Black with #63DFFF
Text Example
Text Example
White with #63DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFFF; }
p { color: rgb(99,223,255); }
H1.HeaderClassName
{
color: #63DFFF;
}
.AnyTagClassName
{
color: #63DFFF;
}
</style>
background-color css
<style>
a { background-color: #63DFFF; }
a { background-color: rgb(99,223,255); }
div.DivClassName
{
background-color: #63DFFF;
}
.BgClassName
{
background-color: #63DFFF;
}
</style>
border-color css
<style>
span { border-color: #63DFFF; }
span { border-color: rgb(99,223,255); }
td.TdClassName
{
border-color: #63DFFF;
}
.TagClassName
{
border-color: #63DFFF;
}
</style>