Shades of Turquoise Blue #63CFDA
Tints of Turquoise Blue #63CFDA
RGB
CMYK
RGB Variations
Color information
#63CFDA (or 0x63CFDA) is known color: Turquoise Blue. HEX triplet: 63, CF and DA. RGB value is (99,207,218). Sum of RGB (Red+Green+Blue) = 99+207+218=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #63CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDA is #9C3025. Grayscale: #AFAFAF. Windows color (decimal): -10235942 or 14339939. OLE color: 14339939.
HSL color Cylindrical-coordinate representation of color #63CFDA: hue angle of 185.55º 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 #63CFDA is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 207 | 218 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.15 |
| HSL | 185.55º | 0.62% | 0.62% | - |
| HSV(B) | 185.55º | 0.55% | 0.85% | - |
| XYZ | 40.11 | 52.34 | 74.32 | - |
| YUV | 175.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 218 | 0.55 | 0.05 | 0 | 0.15 | 185.55 | 0.62 | 0.62 |
| Hex | 63 | CF | DA | 37 | 5 | 0 | F | BA | 3E | 3E |
| Octal | 143 | 317 | 332 | 67 | 5 | 0 | 17 | 272 | 76 | 76 |
| Binary | 1100011 | 11001111 | 11011010 | 110111 | 101 | 0 | 1111 | 10111010 | 111110 | 111110 |
Color Harmonies of #63CFDA
Complementary color
Monochromatic Colors of #63CFDA
Black with #63CFDA
Text Example
Text Example
White with #63CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFDA; }
p { color: rgb(99,207,218); }
H1.HeaderClassName
{
color: #63CFDA;
}
.AnyTagClassName
{
color: #63CFDA;
}
</style>
background-color css
<style>
a { background-color: #63CFDA; }
a { background-color: rgb(99,207,218); }
div.DivClassName
{
background-color: #63CFDA;
}
.BgClassName
{
background-color: #63CFDA;
}
</style>
border-color css
<style>
span { border-color: #63CFDA; }
span { border-color: rgb(99,207,218); }
td.TdClassName
{
border-color: #63CFDA;
}
.TagClassName
{
border-color: #63CFDA;
}
</style>