Shades of Turquoise Blue #60DDFF
Tints of Turquoise Blue #60DDFF
RGB
CMYK
RGB Variations
Color information
#60DDFF (or 0x60DDFF) is known color: Turquoise Blue. HEX triplet: 60, DD and FF. RGB value is (96,221,255). Sum of RGB (Red+Green+Blue) = 96+221+255=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDFF is #9F2200. Grayscale: #BBBBBB. Windows color (decimal): -10428929 or 16768352. OLE color: 16768352.
HSL color Cylindrical-coordinate representation of color #60DDFF: hue angle of 192.83º 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 #60DDFF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 221 | 255 | - |
| CMYK | 0.62 | 0.13 | 0 | 0 |
| HSL | 192.83º | 1% | 0.69% | - |
| HSV(B) | 192.83º | 0.62% | 1% | - |
| XYZ | 48.73 | 61.42 | 103.89 | - |
| YUV | 187.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 255 | 0.62 | 0.13 | 0 | 0 | 192.83 | 1 | 0.69 |
| Hex | 60 | DD | FF | 3E | D | 0 | 0 | C1 | 64 | 45 |
| Octal | 140 | 335 | 377 | 76 | 15 | 0 | 0 | 301 | 144 | 105 |
| Binary | 1100000 | 11011101 | 11111111 | 111110 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000101 |
Color Harmonies of #60DDFF
Complementary color
Monochromatic Colors of #60DDFF
Black with #60DDFF
Text Example
Text Example
White with #60DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDFF; }
p { color: rgb(96,221,255); }
H1.HeaderClassName
{
color: #60DDFF;
}
.AnyTagClassName
{
color: #60DDFF;
}
</style>
background-color css
<style>
a { background-color: #60DDFF; }
a { background-color: rgb(96,221,255); }
div.DivClassName
{
background-color: #60DDFF;
}
.BgClassName
{
background-color: #60DDFF;
}
</style>
border-color css
<style>
span { border-color: #60DDFF; }
span { border-color: rgb(96,221,255); }
td.TdClassName
{
border-color: #60DDFF;
}
.TagClassName
{
border-color: #60DDFF;
}
</style>