Shades of Turquoise Blue #63DEDA
Tints of Turquoise Blue #63DEDA
RGB
CMYK
RGB Variations
Color information
#63DEDA (or 0x63DEDA) is known color: Turquoise Blue. HEX triplet: 63, DE and DA. RGB value is (99,222,218). Sum of RGB (Red+Green+Blue) = 99+222+218=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEDA is #9C2125. Grayscale: #B8B8B8. Windows color (decimal): -10232102 or 14343779. OLE color: 14343779.
HSL color Cylindrical-coordinate representation of color #63DEDA: hue angle of 178.05º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEDA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 218 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.13 |
| HSL | 178.05º | 0.65% | 0.63% | - |
| HSV(B) | 178.05º | 0.55% | 0.87% | - |
| XYZ | 43.92 | 59.96 | 75.59 | - |
| YUV | 184.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 218 | 0.55 | 0 | 0.02 | 0.13 | 178.05 | 0.65 | 0.63 |
| Hex | 63 | DE | DA | 37 | 0 | 2 | D | B2 | 41 | 3F |
| Octal | 143 | 336 | 332 | 67 | 0 | 2 | 15 | 262 | 101 | 77 |
| Binary | 1100011 | 11011110 | 11011010 | 110111 | 0 | 10 | 1101 | 10110010 | 1000001 | 111111 |
Color Harmonies of #63DEDA
Complementary color
Monochromatic Colors of #63DEDA
Black with #63DEDA
Text Example
Text Example
White with #63DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DEDA; }
p { color: rgb(99,222,218); }
H1.HeaderClassName
{
color: #63DEDA;
}
.AnyTagClassName
{
color: #63DEDA;
}
</style>
background-color css
<style>
a { background-color: #63DEDA; }
a { background-color: rgb(99,222,218); }
div.DivClassName
{
background-color: #63DEDA;
}
.BgClassName
{
background-color: #63DEDA;
}
</style>
border-color css
<style>
span { border-color: #63DEDA; }
span { border-color: rgb(99,222,218); }
td.TdClassName
{
border-color: #63DEDA;
}
.TagClassName
{
border-color: #63DEDA;
}
</style>