Shades of Turquoise Blue #63DFEC
Tints of Turquoise Blue #63DFEC
RGB
CMYK
RGB Variations
Color information
#63DFEC (or 0x63DFEC) is known color: Turquoise Blue. HEX triplet: 63, DF and EC. RGB value is (99,223,236). Sum of RGB (Red+Green+Blue) = 99+223+236=558 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.74% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #63DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFEC is #9C2013. Grayscale: #BBBBBB. Windows color (decimal): -10231828 or 15523683. OLE color: 15523683.
HSL color Cylindrical-coordinate representation of color #63DFEC: hue angle of 185.69º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DFEC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 223 | 236 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.07 |
| HSL | 185.69º | 0.78% | 0.66% | - |
| HSV(B) | 185.69º | 0.58% | 0.93% | - |
| XYZ | 46.67 | 61.48 | 88.76 | - |
| YUV | 187.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 236 | 0.58 | 0.06 | 0 | 0.07 | 185.69 | 0.78 | 0.66 |
| Hex | 63 | DF | EC | 3A | 6 | 0 | 7 | BA | 4E | 42 |
| Octal | 143 | 337 | 354 | 72 | 6 | 0 | 7 | 272 | 116 | 102 |
| Binary | 1100011 | 11011111 | 11101100 | 111010 | 110 | 0 | 111 | 10111010 | 1001110 | 1000010 |
Color Harmonies of #63DFEC
Complementary color
Monochromatic Colors of #63DFEC
Black with #63DFEC
Text Example
Text Example
White with #63DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFEC; }
p { color: rgb(99,223,236); }
H1.HeaderClassName
{
color: #63DFEC;
}
.AnyTagClassName
{
color: #63DFEC;
}
</style>
background-color css
<style>
a { background-color: #63DFEC; }
a { background-color: rgb(99,223,236); }
div.DivClassName
{
background-color: #63DFEC;
}
.BgClassName
{
background-color: #63DFEC;
}
</style>
border-color css
<style>
span { border-color: #63DFEC; }
span { border-color: rgb(99,223,236); }
td.TdClassName
{
border-color: #63DFEC;
}
.TagClassName
{
border-color: #63DFEC;
}
</style>