Shades of Turquoise Blue #63CFDC
Tints of Turquoise Blue #63CFDC
RGB
CMYK
RGB Variations
Color information
#63CFDC (or 0x63CFDC) is known color: Turquoise Blue. HEX triplet: 63, CF and DC. RGB value is (99,207,220). Sum of RGB (Red+Green+Blue) = 99+207+220=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #63CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDC is #9C3023. Grayscale: #B0B0B0. Windows color (decimal): -10235940 or 14471011. OLE color: 14471011.
HSL color Cylindrical-coordinate representation of color #63CFDC: hue angle of 186.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CFDC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 207 | 220 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.14 |
| HSL | 186.45º | 0.63% | 0.63% | - |
| HSV(B) | 186.45º | 0.55% | 0.86% | - |
| XYZ | 40.38 | 52.45 | 75.71 | - |
| YUV | 176.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 220 | 0.55 | 0.06 | 0 | 0.14 | 186.45 | 0.63 | 0.63 |
| Hex | 63 | CF | DC | 37 | 6 | 0 | E | BA | 3F | 3F |
| Octal | 143 | 317 | 334 | 67 | 6 | 0 | 16 | 272 | 77 | 77 |
| Binary | 1100011 | 11001111 | 11011100 | 110111 | 110 | 0 | 1110 | 10111010 | 111111 | 111111 |
Color Harmonies of #63CFDC
Complementary color
Monochromatic Colors of #63CFDC
Black with #63CFDC
Text Example
Text Example
White with #63CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFDC; }
p { color: rgb(99,207,220); }
H1.HeaderClassName
{
color: #63CFDC;
}
.AnyTagClassName
{
color: #63CFDC;
}
</style>
background-color css
<style>
a { background-color: #63CFDC; }
a { background-color: rgb(99,207,220); }
div.DivClassName
{
background-color: #63CFDC;
}
.BgClassName
{
background-color: #63CFDC;
}
</style>
border-color css
<style>
span { border-color: #63CFDC; }
span { border-color: rgb(99,207,220); }
td.TdClassName
{
border-color: #63CFDC;
}
.TagClassName
{
border-color: #63CFDC;
}
</style>