Shades of Turquoise Blue #63DFE9
Tints of Turquoise Blue #63DFE9
RGB
CMYK
RGB Variations
Color information
#63DFE9 (or 0x63DFE9) is known color: Turquoise Blue. HEX triplet: 63, DF and E9. RGB value is (99,223,233). Sum of RGB (Red+Green+Blue) = 99+223+233=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #63DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFE9 is #9C2016. Grayscale: #BABABA. Windows color (decimal): -10231831 or 15327075. OLE color: 15327075.
HSL color Cylindrical-coordinate representation of color #63DFE9: hue angle of 184.48º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DFE9 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 223 | 233 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.09 |
| HSL | 184.48º | 0.75% | 0.65% | - |
| HSV(B) | 184.48º | 0.58% | 0.91% | - |
| XYZ | 46.24 | 61.31 | 86.49 | - |
| YUV | 187.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 233 | 0.58 | 0.04 | 0 | 0.09 | 184.48 | 0.75 | 0.65 |
| Hex | 63 | DF | E9 | 3A | 4 | 0 | 9 | B8 | 4B | 41 |
| Octal | 143 | 337 | 351 | 72 | 4 | 0 | 11 | 270 | 113 | 101 |
| Binary | 1100011 | 11011111 | 11101001 | 111010 | 100 | 0 | 1001 | 10111000 | 1001011 | 1000001 |
Color Harmonies of #63DFE9
Complementary color
Monochromatic Colors of #63DFE9
Black with #63DFE9
Text Example
Text Example
White with #63DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFE9; }
p { color: rgb(99,223,233); }
H1.HeaderClassName
{
color: #63DFE9;
}
.AnyTagClassName
{
color: #63DFE9;
}
</style>
background-color css
<style>
a { background-color: #63DFE9; }
a { background-color: rgb(99,223,233); }
div.DivClassName
{
background-color: #63DFE9;
}
.BgClassName
{
background-color: #63DFE9;
}
</style>
border-color css
<style>
span { border-color: #63DFE9; }
span { border-color: rgb(99,223,233); }
td.TdClassName
{
border-color: #63DFE9;
}
.TagClassName
{
border-color: #63DFE9;
}
</style>