Shades of Turquoise Blue #63DCDF
Tints of Turquoise Blue #63DCDF
RGB
CMYK
RGB Variations
Color information
#63DCDF (or 0x63DCDF) is known color: Turquoise Blue. HEX triplet: 63, DC and DF. RGB value is (99,220,223). Sum of RGB (Red+Green+Blue) = 99+220+223=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #63DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCDF is #9C2320. Grayscale: #B8B8B8. Windows color (decimal): -10232609 or 14670947. OLE color: 14670947.
HSL color Cylindrical-coordinate representation of color #63DCDF: hue angle of 181.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DCDF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 220 | 223 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.13 |
| HSL | 181.45º | 0.66% | 0.63% | - |
| HSV(B) | 181.45º | 0.56% | 0.87% | - |
| XYZ | 44.06 | 59.17 | 78.91 | - |
| YUV | 184.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 223 | 0.56 | 0.01 | 0 | 0.13 | 181.45 | 0.66 | 0.63 |
| Hex | 63 | DC | DF | 38 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 143 | 334 | 337 | 70 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100011 | 11011100 | 11011111 | 111000 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #63DCDF
Complementary color
Monochromatic Colors of #63DCDF
Black with #63DCDF
Text Example
Text Example
White with #63DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCDF; }
p { color: rgb(99,220,223); }
H1.HeaderClassName
{
color: #63DCDF;
}
.AnyTagClassName
{
color: #63DCDF;
}
</style>
background-color css
<style>
a { background-color: #63DCDF; }
a { background-color: rgb(99,220,223); }
div.DivClassName
{
background-color: #63DCDF;
}
.BgClassName
{
background-color: #63DCDF;
}
</style>
border-color css
<style>
span { border-color: #63DCDF; }
span { border-color: rgb(99,220,223); }
td.TdClassName
{
border-color: #63DCDF;
}
.TagClassName
{
border-color: #63DCDF;
}
</style>