Shades of Turquoise Blue #63CCDA
Tints of Turquoise Blue #63CCDA
RGB
CMYK
RGB Variations
Color information
#63CCDA (or 0x63CCDA) is known color: Turquoise Blue. HEX triplet: 63, CC and DA. RGB value is (99,204,218). Sum of RGB (Red+Green+Blue) = 99+204+218=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #63CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCDA is #9C3325. Grayscale: #AEAEAE. Windows color (decimal): -10236710 or 14339171. OLE color: 14339171.
HSL color Cylindrical-coordinate representation of color #63CCDA: hue angle of 187.06º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CCDA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 204 | 218 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.15 |
| HSL | 187.06º | 0.62% | 0.62% | - |
| HSV(B) | 187.06º | 0.55% | 0.85% | - |
| XYZ | 39.39 | 50.9 | 74.08 | - |
| YUV | 174.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 218 | 0.55 | 0.06 | 0 | 0.15 | 187.06 | 0.62 | 0.62 |
| Hex | 63 | CC | DA | 37 | 6 | 0 | F | BB | 3E | 3E |
| Octal | 143 | 314 | 332 | 67 | 6 | 0 | 17 | 273 | 76 | 76 |
| Binary | 1100011 | 11001100 | 11011010 | 110111 | 110 | 0 | 1111 | 10111011 | 111110 | 111110 |
Color Harmonies of #63CCDA
Complementary color
Monochromatic Colors of #63CCDA
Black with #63CCDA
Text Example
Text Example
White with #63CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCDA; }
p { color: rgb(99,204,218); }
H1.HeaderClassName
{
color: #63CCDA;
}
.AnyTagClassName
{
color: #63CCDA;
}
</style>
background-color css
<style>
a { background-color: #63CCDA; }
a { background-color: rgb(99,204,218); }
div.DivClassName
{
background-color: #63CCDA;
}
.BgClassName
{
background-color: #63CCDA;
}
</style>
border-color css
<style>
span { border-color: #63CCDA; }
span { border-color: rgb(99,204,218); }
td.TdClassName
{
border-color: #63CCDA;
}
.TagClassName
{
border-color: #63CCDA;
}
</style>