Shades of Turquoise Blue #63DBEE
Tints of Turquoise Blue #63DBEE
RGB
CMYK
RGB Variations
Color information
#63DBEE (or 0x63DBEE) is known color: Turquoise Blue. HEX triplet: 63, DB and EE. RGB value is (99,219,238). Sum of RGB (Red+Green+Blue) = 99+219+238=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #63DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBEE is #9C2411. Grayscale: #B9B9B9. Windows color (decimal): -10232850 or 15653731. OLE color: 15653731.
HSL color Cylindrical-coordinate representation of color #63DBEE: hue angle of 188.2º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DBEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 219 | 238 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.07 |
| HSL | 188.2º | 0.8% | 0.66% | - |
| HSV(B) | 188.2º | 0.58% | 0.93% | - |
| XYZ | 45.91 | 59.49 | 89.95 | - |
| YUV | 185.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 238 | 0.58 | 0.08 | 0 | 0.07 | 188.2 | 0.8 | 0.66 |
| Hex | 63 | DB | EE | 3A | 8 | 0 | 7 | BC | 50 | 42 |
| Octal | 143 | 333 | 356 | 72 | 10 | 0 | 7 | 274 | 120 | 102 |
| Binary | 1100011 | 11011011 | 11101110 | 111010 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000010 |
Color Harmonies of #63DBEE
Complementary color
Monochromatic Colors of #63DBEE
Black with #63DBEE
Text Example
Text Example
White with #63DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBEE; }
p { color: rgb(99,219,238); }
H1.HeaderClassName
{
color: #63DBEE;
}
.AnyTagClassName
{
color: #63DBEE;
}
</style>
background-color css
<style>
a { background-color: #63DBEE; }
a { background-color: rgb(99,219,238); }
div.DivClassName
{
background-color: #63DBEE;
}
.BgClassName
{
background-color: #63DBEE;
}
</style>
border-color css
<style>
span { border-color: #63DBEE; }
span { border-color: rgb(99,219,238); }
td.TdClassName
{
border-color: #63DBEE;
}
.TagClassName
{
border-color: #63DBEE;
}
</style>