Shades of Turquoise Blue #63CDEF
Tints of Turquoise Blue #63CDEF
RGB
CMYK
RGB Variations
Color information
#63CDEF (or 0x63CDEF) is known color: Turquoise Blue. HEX triplet: 63, CD and EF. RGB value is (99,205,239). Sum of RGB (Red+Green+Blue) = 99+205+239=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #63CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CDEF is #9C3210. Grayscale: #B0B0B0. Windows color (decimal): -10236433 or 15715683. OLE color: 15715683.
HSL color Cylindrical-coordinate representation of color #63CDEF: hue angle of 194.57º degrees, saturation: 0.81, 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 #63CDEF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 205 | 239 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.06 |
| HSL | 194.57º | 0.81% | 0.66% | - |
| HSV(B) | 194.57º | 0.59% | 0.94% | - |
| XYZ | 42.56 | 52.55 | 89.56 | - |
| YUV | 177.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 239 | 0.59 | 0.14 | 0 | 0.06 | 194.57 | 0.81 | 0.66 |
| Hex | 63 | CD | EF | 3B | E | 0 | 6 | C3 | 51 | 42 |
| Octal | 143 | 315 | 357 | 73 | 16 | 0 | 6 | 303 | 121 | 102 |
| Binary | 1100011 | 11001101 | 11101111 | 111011 | 1110 | 0 | 110 | 11000011 | 1010001 | 1000010 |
Color Harmonies of #63CDEF
Complementary color
Monochromatic Colors of #63CDEF
Black with #63CDEF
Text Example
Text Example
White with #63CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDEF; }
p { color: rgb(99,205,239); }
H1.HeaderClassName
{
color: #63CDEF;
}
.AnyTagClassName
{
color: #63CDEF;
}
</style>
background-color css
<style>
a { background-color: #63CDEF; }
a { background-color: rgb(99,205,239); }
div.DivClassName
{
background-color: #63CDEF;
}
.BgClassName
{
background-color: #63CDEF;
}
</style>
border-color css
<style>
span { border-color: #63CDEF; }
span { border-color: rgb(99,205,239); }
td.TdClassName
{
border-color: #63CDEF;
}
.TagClassName
{
border-color: #63CDEF;
}
</style>