Shades of Turquoise Blue #60CDEF
Tints of Turquoise Blue #60CDEF
RGB
CMYK
RGB Variations
Color information
#60CDEF (or 0x60CDEF) is known color: Turquoise Blue. HEX triplet: 60, CD and EF. RGB value is (96,205,239). Sum of RGB (Red+Green+Blue) = 96+205+239=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #60CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDEF is #9F3210. Grayscale: #B0B0B0. Windows color (decimal): -10433041 or 15715680. OLE color: 15715680.
HSL color Cylindrical-coordinate representation of color #60CDEF: hue angle of 194.27º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CDEF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 205 | 239 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.06 |
| HSL | 194.27º | 0.82% | 0.66% | - |
| HSV(B) | 194.27º | 0.6% | 0.94% | - |
| XYZ | 42.24 | 52.38 | 89.55 | - |
| YUV | 176.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 239 | 0.60 | 0.14 | 0 | 0.06 | 194.27 | 0.82 | 0.66 |
| Hex | 60 | CD | EF | 3C | E | 0 | 6 | C2 | 52 | 42 |
| Octal | 140 | 315 | 357 | 74 | 16 | 0 | 6 | 302 | 122 | 102 |
| Binary | 1100000 | 11001101 | 11101111 | 111100 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000010 |
Color Harmonies of #60CDEF
Complementary color
Monochromatic Colors of #60CDEF
Black with #60CDEF
Text Example
Text Example
White with #60CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDEF; }
p { color: rgb(96,205,239); }
H1.HeaderClassName
{
color: #60CDEF;
}
.AnyTagClassName
{
color: #60CDEF;
}
</style>
background-color css
<style>
a { background-color: #60CDEF; }
a { background-color: rgb(96,205,239); }
div.DivClassName
{
background-color: #60CDEF;
}
.BgClassName
{
background-color: #60CDEF;
}
</style>
border-color css
<style>
span { border-color: #60CDEF; }
span { border-color: rgb(96,205,239); }
td.TdClassName
{
border-color: #60CDEF;
}
.TagClassName
{
border-color: #60CDEF;
}
</style>