Shades of Turquoise Blue #63CCF0
Tints of Turquoise Blue #63CCF0
RGB
CMYK
RGB Variations
Color information
#63CCF0 (or 0x63CCF0) is known color: Turquoise Blue. HEX triplet: 63, CC and F0. RGB value is (99,204,240). Sum of RGB (Red+Green+Blue) = 99+204+240=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #63CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCF0 is #9C330F. Grayscale: #B0B0B0. Windows color (decimal): -10236688 or 15780963. OLE color: 15780963.
HSL color Cylindrical-coordinate representation of color #63CCF0: hue angle of 195.32º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63CCF0 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 204 | 240 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.06 |
| HSL | 195.32º | 0.82% | 0.66% | - |
| HSV(B) | 195.32º | 0.59% | 0.94% | - |
| XYZ | 42.47 | 52.13 | 90.26 | - |
| YUV | 176.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 240 | 0.59 | 0.15 | 0 | 0.06 | 195.32 | 0.82 | 0.66 |
| Hex | 63 | CC | F0 | 3B | F | 0 | 6 | C3 | 52 | 42 |
| Octal | 143 | 314 | 360 | 73 | 17 | 0 | 6 | 303 | 122 | 102 |
| Binary | 1100011 | 11001100 | 11110000 | 111011 | 1111 | 0 | 110 | 11000011 | 1010010 | 1000010 |
Color Harmonies of #63CCF0
Complementary color
Monochromatic Colors of #63CCF0
Black with #63CCF0
Text Example
Text Example
White with #63CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCF0; }
p { color: rgb(99,204,240); }
H1.HeaderClassName
{
color: #63CCF0;
}
.AnyTagClassName
{
color: #63CCF0;
}
</style>
background-color css
<style>
a { background-color: #63CCF0; }
a { background-color: rgb(99,204,240); }
div.DivClassName
{
background-color: #63CCF0;
}
.BgClassName
{
background-color: #63CCF0;
}
</style>
border-color css
<style>
span { border-color: #63CCF0; }
span { border-color: rgb(99,204,240); }
td.TdClassName
{
border-color: #63CCF0;
}
.TagClassName
{
border-color: #63CCF0;
}
</style>