Shades of Turquoise Blue #63DBFB
Tints of Turquoise Blue #63DBFB
RGB
CMYK
RGB Variations
Color information
#63DBFB (or 0x63DBFB) is known color: Turquoise Blue. HEX triplet: 63, DB and FB. RGB value is (99,219,251). Sum of RGB (Red+Green+Blue) = 99+219+251=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #63DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBFB is #9C2404. Grayscale: #BABABA. Windows color (decimal): -10232837 or 16505699. OLE color: 16505699.
HSL color Cylindrical-coordinate representation of color #63DBFB: hue angle of 192.63º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DBFB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 219 | 251 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.02 |
| HSL | 192.63º | 0.95% | 0.69% | - |
| HSV(B) | 192.63º | 0.61% | 0.98% | - |
| XYZ | 47.89 | 60.28 | 100.38 | - |
| YUV | 186.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 251 | 0.61 | 0.13 | 0 | 0.02 | 192.63 | 0.95 | 0.69 |
| Hex | 63 | DB | FB | 3D | D | 0 | 2 | C1 | 5F | 45 |
| Octal | 143 | 333 | 373 | 75 | 15 | 0 | 2 | 301 | 137 | 105 |
| Binary | 1100011 | 11011011 | 11111011 | 111101 | 1101 | 0 | 10 | 11000001 | 1011111 | 1000101 |
Color Harmonies of #63DBFB
Complementary color
Monochromatic Colors of #63DBFB
Black with #63DBFB
Text Example
Text Example
White with #63DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBFB; }
p { color: rgb(99,219,251); }
H1.HeaderClassName
{
color: #63DBFB;
}
.AnyTagClassName
{
color: #63DBFB;
}
</style>
background-color css
<style>
a { background-color: #63DBFB; }
a { background-color: rgb(99,219,251); }
div.DivClassName
{
background-color: #63DBFB;
}
.BgClassName
{
background-color: #63DBFB;
}
</style>
border-color css
<style>
span { border-color: #63DBFB; }
span { border-color: rgb(99,219,251); }
td.TdClassName
{
border-color: #63DBFB;
}
.TagClassName
{
border-color: #63DBFB;
}
</style>