Shades of Turquoise Blue #63CBDA
Tints of Turquoise Blue #63CBDA
RGB
CMYK
RGB Variations
Color information
#63CBDA (or 0x63CBDA) is known color: Turquoise Blue. HEX triplet: 63, CB and DA. RGB value is (99,203,218). Sum of RGB (Red+Green+Blue) = 99+203+218=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #63CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDA is #9C3425. Grayscale: #ADADAD. Windows color (decimal): -10236966 or 14338915. OLE color: 14338915.
HSL color Cylindrical-coordinate representation of color #63CBDA: hue angle of 187.56º 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 #63CBDA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 203 | 218 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.15 |
| HSL | 187.56º | 0.62% | 0.62% | - |
| HSV(B) | 187.56º | 0.55% | 0.85% | - |
| XYZ | 39.16 | 50.43 | 74 | - |
| YUV | 173.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 218 | 0.55 | 0.07 | 0 | 0.15 | 187.56 | 0.62 | 0.62 |
| Hex | 63 | CB | DA | 37 | 7 | 0 | F | BC | 3E | 3E |
| Octal | 143 | 313 | 332 | 67 | 7 | 0 | 17 | 274 | 76 | 76 |
| Binary | 1100011 | 11001011 | 11011010 | 110111 | 111 | 0 | 1111 | 10111100 | 111110 | 111110 |
Color Harmonies of #63CBDA
Complementary color
Monochromatic Colors of #63CBDA
Black with #63CBDA
Text Example
Text Example
White with #63CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBDA; }
p { color: rgb(99,203,218); }
H1.HeaderClassName
{
color: #63CBDA;
}
.AnyTagClassName
{
color: #63CBDA;
}
</style>
background-color css
<style>
a { background-color: #63CBDA; }
a { background-color: rgb(99,203,218); }
div.DivClassName
{
background-color: #63CBDA;
}
.BgClassName
{
background-color: #63CBDA;
}
</style>
border-color css
<style>
span { border-color: #63CBDA; }
span { border-color: rgb(99,203,218); }
td.TdClassName
{
border-color: #63CBDA;
}
.TagClassName
{
border-color: #63CBDA;
}
</style>