Shades of Turquoise Blue #63EDEF
Tints of Turquoise Blue #63EDEF
RGB
CMYK
RGB Variations
Color information
#63EDEF (or 0x63EDEF) is known color: Turquoise Blue. HEX triplet: 63, ED and EF. RGB value is (99,237,239). Sum of RGB (Red+Green+Blue) = 99+237+239=575 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #63EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDEF is #9C1210. Grayscale: #C3C3C3. Windows color (decimal): -10228241 or 15723875. OLE color: 15723875.
HSL color Cylindrical-coordinate representation of color #63EDEF: hue angle of 180.86º 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 #63EDEF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 237 | 239 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.06 |
| HSL | 180.86º | 0.81% | 0.66% | - |
| HSV(B) | 180.86º | 0.59% | 0.94% | - |
| XYZ | 51.01 | 69.45 | 92.38 | - |
| YUV | 195.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 239 | 0.59 | 0.01 | 0 | 0.06 | 180.86 | 0.81 | 0.66 |
| Hex | 63 | ED | EF | 3B | 1 | 0 | 6 | B5 | 51 | 42 |
| Octal | 143 | 355 | 357 | 73 | 1 | 0 | 6 | 265 | 121 | 102 |
| Binary | 1100011 | 11101101 | 11101111 | 111011 | 1 | 0 | 110 | 10110101 | 1010001 | 1000010 |
Color Harmonies of #63EDEF
Complementary color
Monochromatic Colors of #63EDEF
Black with #63EDEF
Text Example
Text Example
White with #63EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDEF; }
p { color: rgb(99,237,239); }
H1.HeaderClassName
{
color: #63EDEF;
}
.AnyTagClassName
{
color: #63EDEF;
}
</style>
background-color css
<style>
a { background-color: #63EDEF; }
a { background-color: rgb(99,237,239); }
div.DivClassName
{
background-color: #63EDEF;
}
.BgClassName
{
background-color: #63EDEF;
}
</style>
border-color css
<style>
span { border-color: #63EDEF; }
span { border-color: rgb(99,237,239); }
td.TdClassName
{
border-color: #63EDEF;
}
.TagClassName
{
border-color: #63EDEF;
}
</style>