Shades of Turquoise Blue #60DDEA
Tints of Turquoise Blue #60DDEA
RGB
CMYK
RGB Variations
Color information
#60DDEA (or 0x60DDEA) is known color: Turquoise Blue. HEX triplet: 60, DD and EA. RGB value is (96,221,234). Sum of RGB (Red+Green+Blue) = 96+221+234=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #60DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDEA is #9F2215. Grayscale: #B8B8B8. Windows color (decimal): -10428950 or 15392096. OLE color: 15392096.
HSL color Cylindrical-coordinate representation of color #60DDEA: hue angle of 185.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DDEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 221 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 185.65º | 0.77% | 0.65% | - |
| HSV(B) | 185.65º | 0.59% | 0.92% | - |
| XYZ | 45.53 | 60.14 | 87.05 | - |
| YUV | 185.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 234 | 0.59 | 0.06 | 0 | 0.08 | 185.65 | 0.77 | 0.65 |
| Hex | 60 | DD | EA | 3B | 6 | 0 | 8 | BA | 4D | 41 |
| Octal | 140 | 335 | 352 | 73 | 6 | 0 | 10 | 272 | 115 | 101 |
| Binary | 1100000 | 11011101 | 11101010 | 111011 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000001 |
Color Harmonies of #60DDEA
Complementary color
Monochromatic Colors of #60DDEA
Black with #60DDEA
Text Example
Text Example
White with #60DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDEA; }
p { color: rgb(96,221,234); }
H1.HeaderClassName
{
color: #60DDEA;
}
.AnyTagClassName
{
color: #60DDEA;
}
</style>
background-color css
<style>
a { background-color: #60DDEA; }
a { background-color: rgb(96,221,234); }
div.DivClassName
{
background-color: #60DDEA;
}
.BgClassName
{
background-color: #60DDEA;
}
</style>
border-color css
<style>
span { border-color: #60DDEA; }
span { border-color: rgb(96,221,234); }
td.TdClassName
{
border-color: #60DDEA;
}
.TagClassName
{
border-color: #60DDEA;
}
</style>