Shades of Turquoise Blue #60DEFF
Tints of Turquoise Blue #60DEFF
RGB
CMYK
RGB Variations
Color information
#60DEFF (or 0x60DEFF) is known color: Turquoise Blue. HEX triplet: 60, DE and FF. RGB value is (96,222,255). Sum of RGB (Red+Green+Blue) = 96+222+255=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DEFF is #9F2100. Grayscale: #BBBBBB. Windows color (decimal): -10428673 or 16768608. OLE color: 16768608.
HSL color Cylindrical-coordinate representation of color #60DEFF: hue angle of 192.45º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DEFF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 222 | 255 | - |
| CMYK | 0.62 | 0.13 | 0 | 0 |
| HSL | 192.45º | 1% | 0.69% | - |
| HSV(B) | 192.45º | 0.62% | 1% | - |
| XYZ | 49 | 61.95 | 103.98 | - |
| YUV | 188.09 | 165.76 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 255 | 0.62 | 0.13 | 0 | 0 | 192.45 | 1 | 0.69 |
| Hex | 60 | DE | FF | 3E | D | 0 | 0 | C0 | 64 | 45 |
| Octal | 140 | 336 | 377 | 76 | 15 | 0 | 0 | 300 | 144 | 105 |
| Binary | 1100000 | 11011110 | 11111111 | 111110 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000101 |
Color Harmonies of #60DEFF
Complementary color
Monochromatic Colors of #60DEFF
Black with #60DEFF
Text Example
Text Example
White with #60DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEFF; }
p { color: rgb(96,222,255); }
H1.HeaderClassName
{
color: #60DEFF;
}
.AnyTagClassName
{
color: #60DEFF;
}
</style>
background-color css
<style>
a { background-color: #60DEFF; }
a { background-color: rgb(96,222,255); }
div.DivClassName
{
background-color: #60DEFF;
}
.BgClassName
{
background-color: #60DEFF;
}
</style>
border-color css
<style>
span { border-color: #60DEFF; }
span { border-color: rgb(96,222,255); }
td.TdClassName
{
border-color: #60DEFF;
}
.TagClassName
{
border-color: #60DEFF;
}
</style>