Shades of Turquoise Blue #63F3E2
Tints of Turquoise Blue #63F3E2
RGB
CMYK
RGB Variations
Color information
#63F3E2 (or 0x63F3E2) is known color: Turquoise Blue. HEX triplet: 63, F3 and E2. RGB value is (99,243,226). Sum of RGB (Red+Green+Blue) = 99+243+226=568 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.43% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #63F3E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F3E2 is #9C0C1D. Grayscale: #C5C5C5. Windows color (decimal): -10226718 or 14873443. OLE color: 14873443.
HSL color Cylindrical-coordinate representation of color #63F3E2: hue angle of 172.92º degrees, saturation: 0.86, 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 #63F3E2 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 243 | 226 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.05 |
| HSL | 172.92º | 0.86% | 0.67% | - |
| HSV(B) | 172.92º | 0.59% | 0.95% | - |
| XYZ | 50.92 | 72.24 | 83.21 | - |
| YUV | 198.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 243 | 226 | 0.59 | 0 | 0.07 | 0.05 | 172.92 | 0.86 | 0.67 |
| Hex | 63 | F3 | E2 | 3B | 0 | 7 | 5 | AD | 56 | 43 |
| Octal | 143 | 363 | 342 | 73 | 0 | 7 | 5 | 255 | 126 | 103 |
| Binary | 1100011 | 11110011 | 11100010 | 111011 | 0 | 111 | 101 | 10101101 | 1010110 | 1000011 |
Color Harmonies of #63F3E2
Complementary color
Monochromatic Colors of #63F3E2
Black with #63F3E2
Text Example
Text Example
White with #63F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F3E2; }
p { color: rgb(99,243,226); }
H1.HeaderClassName
{
color: #63F3E2;
}
.AnyTagClassName
{
color: #63F3E2;
}
</style>
background-color css
<style>
a { background-color: #63F3E2; }
a { background-color: rgb(99,243,226); }
div.DivClassName
{
background-color: #63F3E2;
}
.BgClassName
{
background-color: #63F3E2;
}
</style>
border-color css
<style>
span { border-color: #63F3E2; }
span { border-color: rgb(99,243,226); }
td.TdClassName
{
border-color: #63F3E2;
}
.TagClassName
{
border-color: #63F3E2;
}
</style>