Shades of Turquoise Blue #63DCFF
Tints of Turquoise Blue #63DCFF
RGB
CMYK
RGB Variations
Color information
#63DCFF (or 0x63DCFF) is known color: Turquoise Blue. HEX triplet: 63, DC and FF. RGB value is (99,220,255). Sum of RGB (Red+Green+Blue) = 99+220+255=574 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.25% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #63DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCFF is #9C2300. Grayscale: #BBBBBB. Windows color (decimal): -10232577 or 16768099. OLE color: 16768099.
HSL color Cylindrical-coordinate representation of color #63DCFF: hue angle of 193.46º 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 #63DCFF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 220 | 255 | - |
| CMYK | 0.61 | 0.14 | 0 | 0 |
| HSL | 193.46º | 1% | 0.69% | - |
| HSV(B) | 193.46º | 0.61% | 1% | - |
| XYZ | 48.79 | 61.06 | 103.82 | - |
| YUV | 187.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 255 | 0.61 | 0.14 | 0 | 0 | 193.46 | 1 | 0.69 |
| Hex | 63 | DC | FF | 3D | E | 0 | 0 | C1 | 64 | 45 |
| Octal | 143 | 334 | 377 | 75 | 16 | 0 | 0 | 301 | 144 | 105 |
| Binary | 1100011 | 11011100 | 11111111 | 111101 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000101 |
Color Harmonies of #63DCFF
Complementary color
Monochromatic Colors of #63DCFF
Black with #63DCFF
Text Example
Text Example
White with #63DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCFF; }
p { color: rgb(99,220,255); }
H1.HeaderClassName
{
color: #63DCFF;
}
.AnyTagClassName
{
color: #63DCFF;
}
</style>
background-color css
<style>
a { background-color: #63DCFF; }
a { background-color: rgb(99,220,255); }
div.DivClassName
{
background-color: #63DCFF;
}
.BgClassName
{
background-color: #63DCFF;
}
</style>
border-color css
<style>
span { border-color: #63DCFF; }
span { border-color: rgb(99,220,255); }
td.TdClassName
{
border-color: #63DCFF;
}
.TagClassName
{
border-color: #63DCFF;
}
</style>