Shades of Turquoise Blue #63EFDA
Tints of Turquoise Blue #63EFDA
RGB
CMYK
RGB Variations
Color information
#63EFDA (or 0x63EFDA) is known color: Turquoise Blue. HEX triplet: 63, EF and DA. RGB value is (99,239,218). Sum of RGB (Red+Green+Blue) = 99+239+218=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFDA is #9C1025. Grayscale: #C2C2C2. Windows color (decimal): -10227750 or 14348131. OLE color: 14348131.
HSL color Cylindrical-coordinate representation of color #63EFDA: hue angle of 171º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFDA is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 218 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.06 |
| HSL | 171º | 0.81% | 0.66% | - |
| HSV(B) | 171º | 0.59% | 0.94% | - |
| XYZ | 48.67 | 69.45 | 77.17 | - |
| YUV | 194.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 218 | 0.59 | 0 | 0.09 | 0.06 | 171 | 0.81 | 0.66 |
| Hex | 63 | EF | DA | 3B | 0 | 9 | 6 | AB | 51 | 42 |
| Octal | 143 | 357 | 332 | 73 | 0 | 11 | 6 | 253 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11011010 | 111011 | 0 | 1001 | 110 | 10101011 | 1010001 | 1000010 |
Color Harmonies of #63EFDA
Complementary color
Monochromatic Colors of #63EFDA
Black with #63EFDA
Text Example
Text Example
White with #63EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFDA; }
p { color: rgb(99,239,218); }
H1.HeaderClassName
{
color: #63EFDA;
}
.AnyTagClassName
{
color: #63EFDA;
}
</style>
background-color css
<style>
a { background-color: #63EFDA; }
a { background-color: rgb(99,239,218); }
div.DivClassName
{
background-color: #63EFDA;
}
.BgClassName
{
background-color: #63EFDA;
}
</style>
border-color css
<style>
span { border-color: #63EFDA; }
span { border-color: rgb(99,239,218); }
td.TdClassName
{
border-color: #63EFDA;
}
.TagClassName
{
border-color: #63EFDA;
}
</style>