Shades of Turquoise Blue #63CFDB
Tints of Turquoise Blue #63CFDB
RGB
CMYK
RGB Variations
Color information
#63CFDB (or 0x63CFDB) is known color: Turquoise Blue. HEX triplet: 63, CF and DB. RGB value is (99,207,219). Sum of RGB (Red+Green+Blue) = 99+207+219=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDB is #9C3024. Grayscale: #AFAFAF. Windows color (decimal): -10235941 or 14405475. OLE color: 14405475.
HSL color Cylindrical-coordinate representation of color #63CFDB: hue angle of 186º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CFDB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 207 | 219 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 186º | 0.63% | 0.62% | - |
| HSV(B) | 186º | 0.55% | 0.86% | - |
| XYZ | 40.24 | 52.39 | 75.01 | - |
| YUV | 176.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 219 | 0.55 | 0.05 | 0 | 0.14 | 186 | 0.63 | 0.62 |
| Hex | 63 | CF | DB | 37 | 5 | 0 | E | BA | 3E | 3E |
| Octal | 143 | 317 | 333 | 67 | 5 | 0 | 16 | 272 | 76 | 76 |
| Binary | 1100011 | 11001111 | 11011011 | 110111 | 101 | 0 | 1110 | 10111010 | 111110 | 111110 |
Color Harmonies of #63CFDB
Complementary color
Monochromatic Colors of #63CFDB
Black with #63CFDB
Text Example
Text Example
White with #63CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFDB; }
p { color: rgb(99,207,219); }
H1.HeaderClassName
{
color: #63CFDB;
}
.AnyTagClassName
{
color: #63CFDB;
}
</style>
background-color css
<style>
a { background-color: #63CFDB; }
a { background-color: rgb(99,207,219); }
div.DivClassName
{
background-color: #63CFDB;
}
.BgClassName
{
background-color: #63CFDB;
}
</style>
border-color css
<style>
span { border-color: #63CFDB; }
span { border-color: rgb(99,207,219); }
td.TdClassName
{
border-color: #63CFDB;
}
.TagClassName
{
border-color: #63CFDB;
}
</style>