Shades of Turquoise Blue #63CDF2
Tints of Turquoise Blue #63CDF2
RGB
CMYK
RGB Variations
Color information
#63CDF2 (or 0x63CDF2) is known color: Turquoise Blue. HEX triplet: 63, CD and F2. RGB value is (99,205,242). Sum of RGB (Red+Green+Blue) = 99+205+242=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #63CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CDF2 is #9C320D. Grayscale: #B1B1B1. Windows color (decimal): -10236430 or 15912291. OLE color: 15912291.
HSL color Cylindrical-coordinate representation of color #63CDF2: hue angle of 195.52º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63CDF2 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 205 | 242 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.05 |
| HSL | 195.52º | 0.85% | 0.67% | - |
| HSV(B) | 195.52º | 0.59% | 0.95% | - |
| XYZ | 43 | 52.73 | 91.92 | - |
| YUV | 177.52 | 164.38 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 242 | 0.59 | 0.15 | 0 | 0.05 | 195.52 | 0.85 | 0.67 |
| Hex | 63 | CD | F2 | 3B | F | 0 | 5 | C4 | 55 | 43 |
| Octal | 143 | 315 | 362 | 73 | 17 | 0 | 5 | 304 | 125 | 103 |
| Binary | 1100011 | 11001101 | 11110010 | 111011 | 1111 | 0 | 101 | 11000100 | 1010101 | 1000011 |
Color Harmonies of #63CDF2
Complementary color
Monochromatic Colors of #63CDF2
Black with #63CDF2
Text Example
Text Example
White with #63CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDF2; }
p { color: rgb(99,205,242); }
H1.HeaderClassName
{
color: #63CDF2;
}
.AnyTagClassName
{
color: #63CDF2;
}
</style>
background-color css
<style>
a { background-color: #63CDF2; }
a { background-color: rgb(99,205,242); }
div.DivClassName
{
background-color: #63CDF2;
}
.BgClassName
{
background-color: #63CDF2;
}
</style>
border-color css
<style>
span { border-color: #63CDF2; }
span { border-color: rgb(99,205,242); }
td.TdClassName
{
border-color: #63CDF2;
}
.TagClassName
{
border-color: #63CDF2;
}
</style>