Shades of Turquoise Blue #63EFE7
Tints of Turquoise Blue #63EFE7
RGB
CMYK
RGB Variations
Color information
#63EFE7 (or 0x63EFE7) is known color: Turquoise Blue. HEX triplet: 63, EF and E7. RGB value is (99,239,231). Sum of RGB (Red+Green+Blue) = 99+239+231=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFE7 is #9C1018. Grayscale: #C4C4C4. Windows color (decimal): -10227737 or 15200099. OLE color: 15200099.
HSL color Cylindrical-coordinate representation of color #63EFE7: hue angle of 176.57º 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 #63EFE7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 231 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.06 |
| HSL | 176.57º | 0.81% | 0.66% | - |
| HSV(B) | 176.57º | 0.59% | 0.94% | - |
| XYZ | 50.44 | 70.16 | 86.48 | - |
| YUV | 196.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 231 | 0.59 | 0 | 0.03 | 0.06 | 176.57 | 0.81 | 0.66 |
| Hex | 63 | EF | E7 | 3B | 0 | 3 | 6 | B1 | 51 | 42 |
| Octal | 143 | 357 | 347 | 73 | 0 | 3 | 6 | 261 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11100111 | 111011 | 0 | 11 | 110 | 10110001 | 1010001 | 1000010 |
Color Harmonies of #63EFE7
Complementary color
Monochromatic Colors of #63EFE7
Black with #63EFE7
Text Example
Text Example
White with #63EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFE7; }
p { color: rgb(99,239,231); }
H1.HeaderClassName
{
color: #63EFE7;
}
.AnyTagClassName
{
color: #63EFE7;
}
</style>
background-color css
<style>
a { background-color: #63EFE7; }
a { background-color: rgb(99,239,231); }
div.DivClassName
{
background-color: #63EFE7;
}
.BgClassName
{
background-color: #63EFE7;
}
</style>
border-color css
<style>
span { border-color: #63EFE7; }
span { border-color: rgb(99,239,231); }
td.TdClassName
{
border-color: #63EFE7;
}
.TagClassName
{
border-color: #63EFE7;
}
</style>