Shades of Turquoise Blue #63EEDA
Tints of Turquoise Blue #63EEDA
RGB
CMYK
RGB Variations
Color information
#63EEDA (or 0x63EEDA) is known color: Turquoise Blue. HEX triplet: 63, EE and DA. RGB value is (99,238,218). Sum of RGB (Red+Green+Blue) = 99+238+218=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEDA is #9C1125. Grayscale: #C2C2C2. Windows color (decimal): -10228006 or 14347875. OLE color: 14347875.
HSL color Cylindrical-coordinate representation of color #63EEDA: hue angle of 171.37º 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 #63EEDA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 218 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 171.37º | 0.8% | 0.66% | - |
| HSV(B) | 171.37º | 0.58% | 0.93% | - |
| XYZ | 48.38 | 68.86 | 77.07 | - |
| YUV | 194.16 | 141.45 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 218 | 0.58 | 0 | 0.08 | 0.07 | 171.37 | 0.8 | 0.66 |
| Hex | 63 | EE | DA | 3A | 0 | 8 | 7 | AB | 50 | 42 |
| Octal | 143 | 356 | 332 | 72 | 0 | 10 | 7 | 253 | 120 | 102 |
| Binary | 1100011 | 11101110 | 11011010 | 111010 | 0 | 1000 | 111 | 10101011 | 1010000 | 1000010 |
Color Harmonies of #63EEDA
Complementary color
Monochromatic Colors of #63EEDA
Black with #63EEDA
Text Example
Text Example
White with #63EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEDA; }
p { color: rgb(99,238,218); }
H1.HeaderClassName
{
color: #63EEDA;
}
.AnyTagClassName
{
color: #63EEDA;
}
</style>
background-color css
<style>
a { background-color: #63EEDA; }
a { background-color: rgb(99,238,218); }
div.DivClassName
{
background-color: #63EEDA;
}
.BgClassName
{
background-color: #63EEDA;
}
</style>
border-color css
<style>
span { border-color: #63EEDA; }
span { border-color: rgb(99,238,218); }
td.TdClassName
{
border-color: #63EEDA;
}
.TagClassName
{
border-color: #63EEDA;
}
</style>