Shades of Turquoise Blue #63CFDF
Tints of Turquoise Blue #63CFDF
RGB
CMYK
RGB Variations
Color information
#63CFDF (or 0x63CFDF) is known color: Turquoise Blue. HEX triplet: 63, CF and DF. RGB value is (99,207,223). Sum of RGB (Red+Green+Blue) = 99+207+223=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDF is #9C3020. Grayscale: #B0B0B0. Windows color (decimal): -10235937 or 14667619. OLE color: 14667619.
HSL color Cylindrical-coordinate representation of color #63CFDF: hue angle of 187.74º 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 #63CFDF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 207 | 223 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.13 |
| HSL | 187.74º | 0.66% | 0.63% | - |
| HSV(B) | 187.74º | 0.56% | 0.87% | - |
| XYZ | 40.78 | 52.61 | 77.82 | - |
| YUV | 176.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 223 | 0.56 | 0.07 | 0 | 0.13 | 187.74 | 0.66 | 0.63 |
| Hex | 63 | CF | DF | 38 | 7 | 0 | D | BC | 42 | 3F |
| Octal | 143 | 317 | 337 | 70 | 7 | 0 | 15 | 274 | 102 | 77 |
| Binary | 1100011 | 11001111 | 11011111 | 111000 | 111 | 0 | 1101 | 10111100 | 1000010 | 111111 |
Color Harmonies of #63CFDF
Complementary color
Monochromatic Colors of #63CFDF
Black with #63CFDF
Text Example
Text Example
White with #63CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFDF; }
p { color: rgb(99,207,223); }
H1.HeaderClassName
{
color: #63CFDF;
}
.AnyTagClassName
{
color: #63CFDF;
}
</style>
background-color css
<style>
a { background-color: #63CFDF; }
a { background-color: rgb(99,207,223); }
div.DivClassName
{
background-color: #63CFDF;
}
.BgClassName
{
background-color: #63CFDF;
}
</style>
border-color css
<style>
span { border-color: #63CFDF; }
span { border-color: rgb(99,207,223); }
td.TdClassName
{
border-color: #63CFDF;
}
.TagClassName
{
border-color: #63CFDF;
}
</style>