Shades of Turquoise Blue #63F1DC
Tints of Turquoise Blue #63F1DC
RGB
CMYK
RGB Variations
Color information
#63F1DC (or 0x63F1DC) is known color: Turquoise Blue. HEX triplet: 63, F1 and DC. RGB value is (99,241,220). Sum of RGB (Red+Green+Blue) = 99+241+220=560 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.68% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F1DC is #9C0E23. Grayscale: #C4C4C4. Windows color (decimal): -10227236 or 14479715. OLE color: 14479715.
HSL color Cylindrical-coordinate representation of color #63F1DC: hue angle of 171.13º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F1DC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 220 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.05 |
| HSL | 171.13º | 0.84% | 0.67% | - |
| HSV(B) | 171.13º | 0.59% | 0.95% | - |
| XYZ | 49.52 | 70.73 | 78.75 | - |
| YUV | 196.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 220 | 0.59 | 0 | 0.09 | 0.05 | 171.13 | 0.84 | 0.67 |
| Hex | 63 | F1 | DC | 3B | 0 | 9 | 5 | AB | 54 | 43 |
| Octal | 143 | 361 | 334 | 73 | 0 | 11 | 5 | 253 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11011100 | 111011 | 0 | 1001 | 101 | 10101011 | 1010100 | 1000011 |
Color Harmonies of #63F1DC
Complementary color
Monochromatic Colors of #63F1DC
Black with #63F1DC
Text Example
Text Example
White with #63F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1DC; }
p { color: rgb(99,241,220); }
H1.HeaderClassName
{
color: #63F1DC;
}
.AnyTagClassName
{
color: #63F1DC;
}
</style>
background-color css
<style>
a { background-color: #63F1DC; }
a { background-color: rgb(99,241,220); }
div.DivClassName
{
background-color: #63F1DC;
}
.BgClassName
{
background-color: #63F1DC;
}
</style>
border-color css
<style>
span { border-color: #63F1DC; }
span { border-color: rgb(99,241,220); }
td.TdClassName
{
border-color: #63F1DC;
}
.TagClassName
{
border-color: #63F1DC;
}
</style>