Shades of Turquoise Blue #63DFF1
Tints of Turquoise Blue #63DFF1
RGB
CMYK
RGB Variations
Color information
#63DFF1 (or 0x63DFF1) is known color: Turquoise Blue. HEX triplet: 63, DF and F1. RGB value is (99,223,241). Sum of RGB (Red+Green+Blue) = 99+223+241=563 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.58% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #63DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFF1 is #9C200E. Grayscale: #BBBBBB. Windows color (decimal): -10231823 or 15851363. OLE color: 15851363.
HSL color Cylindrical-coordinate representation of color #63DFF1: hue angle of 187.61º degrees, saturation: 0.84, 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 #63DFF1 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 223 | 241 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.05 |
| HSL | 187.61º | 0.84% | 0.67% | - |
| HSV(B) | 187.61º | 0.59% | 0.95% | - |
| XYZ | 47.41 | 61.78 | 92.64 | - |
| YUV | 187.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 241 | 0.59 | 0.07 | 0 | 0.05 | 187.61 | 0.84 | 0.67 |
| Hex | 63 | DF | F1 | 3B | 7 | 0 | 5 | BC | 54 | 43 |
| Octal | 143 | 337 | 361 | 73 | 7 | 0 | 5 | 274 | 124 | 103 |
| Binary | 1100011 | 11011111 | 11110001 | 111011 | 111 | 0 | 101 | 10111100 | 1010100 | 1000011 |
Color Harmonies of #63DFF1
Complementary color
Monochromatic Colors of #63DFF1
Black with #63DFF1
Text Example
Text Example
White with #63DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFF1; }
p { color: rgb(99,223,241); }
H1.HeaderClassName
{
color: #63DFF1;
}
.AnyTagClassName
{
color: #63DFF1;
}
</style>
background-color css
<style>
a { background-color: #63DFF1; }
a { background-color: rgb(99,223,241); }
div.DivClassName
{
background-color: #63DFF1;
}
.BgClassName
{
background-color: #63DFF1;
}
</style>
border-color css
<style>
span { border-color: #63DFF1; }
span { border-color: rgb(99,223,241); }
td.TdClassName
{
border-color: #63DFF1;
}
.TagClassName
{
border-color: #63DFF1;
}
</style>