Shades of Turquoise Blue #63CBDD
Tints of Turquoise Blue #63CBDD
RGB
CMYK
RGB Variations
Color information
#63CBDD (or 0x63CBDD) is known color: Turquoise Blue. HEX triplet: 63, CB and DD. RGB value is (99,203,221). Sum of RGB (Red+Green+Blue) = 99+203+221=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #63CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDD is #9C3422. Grayscale: #ADADAD. Windows color (decimal): -10236963 or 14535523. OLE color: 14535523.
HSL color Cylindrical-coordinate representation of color #63CBDD: hue angle of 188.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CBDD is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 203 | 221 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.13 |
| HSL | 188.85º | 0.64% | 0.63% | - |
| HSV(B) | 188.85º | 0.55% | 0.87% | - |
| XYZ | 39.55 | 50.58 | 76.09 | - |
| YUV | 173.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 221 | 0.55 | 0.08 | 0 | 0.13 | 188.85 | 0.64 | 0.63 |
| Hex | 63 | CB | DD | 37 | 8 | 0 | D | BD | 40 | 3F |
| Octal | 143 | 313 | 335 | 67 | 10 | 0 | 15 | 275 | 100 | 77 |
| Binary | 1100011 | 11001011 | 11011101 | 110111 | 1000 | 0 | 1101 | 10111101 | 1000000 | 111111 |
Color Harmonies of #63CBDD
Complementary color
Monochromatic Colors of #63CBDD
Black with #63CBDD
Text Example
Text Example
White with #63CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBDD; }
p { color: rgb(99,203,221); }
H1.HeaderClassName
{
color: #63CBDD;
}
.AnyTagClassName
{
color: #63CBDD;
}
</style>
background-color css
<style>
a { background-color: #63CBDD; }
a { background-color: rgb(99,203,221); }
div.DivClassName
{
background-color: #63CBDD;
}
.BgClassName
{
background-color: #63CBDD;
}
</style>
border-color css
<style>
span { border-color: #63CBDD; }
span { border-color: rgb(99,203,221); }
td.TdClassName
{
border-color: #63CBDD;
}
.TagClassName
{
border-color: #63CBDD;
}
</style>