Shades of Turquoise Blue #60DFE9
Tints of Turquoise Blue #60DFE9
RGB
CMYK
RGB Variations
Color information
#60DFE9 (or 0x60DFE9) is known color: Turquoise Blue. HEX triplet: 60, DF and E9. RGB value is (96,223,233). Sum of RGB (Red+Green+Blue) = 96+223+233=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #60DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFE9 is #9F2016. Grayscale: #BABABA. Windows color (decimal): -10428439 or 15327072. OLE color: 15327072.
HSL color Cylindrical-coordinate representation of color #60DFE9: hue angle of 184.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DFE9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 223 | 233 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.09 |
| HSL | 184.38º | 0.76% | 0.65% | - |
| HSV(B) | 184.38º | 0.59% | 0.91% | - |
| XYZ | 45.92 | 61.15 | 86.47 | - |
| YUV | 186.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 233 | 0.59 | 0.04 | 0 | 0.09 | 184.38 | 0.76 | 0.65 |
| Hex | 60 | DF | E9 | 3B | 4 | 0 | 9 | B8 | 4C | 41 |
| Octal | 140 | 337 | 351 | 73 | 4 | 0 | 11 | 270 | 114 | 101 |
| Binary | 1100000 | 11011111 | 11101001 | 111011 | 100 | 0 | 1001 | 10111000 | 1001100 | 1000001 |
Color Harmonies of #60DFE9
Complementary color
Monochromatic Colors of #60DFE9
Black with #60DFE9
Text Example
Text Example
White with #60DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFE9; }
p { color: rgb(96,223,233); }
H1.HeaderClassName
{
color: #60DFE9;
}
.AnyTagClassName
{
color: #60DFE9;
}
</style>
background-color css
<style>
a { background-color: #60DFE9; }
a { background-color: rgb(96,223,233); }
div.DivClassName
{
background-color: #60DFE9;
}
.BgClassName
{
background-color: #60DFE9;
}
</style>
border-color css
<style>
span { border-color: #60DFE9; }
span { border-color: rgb(96,223,233); }
td.TdClassName
{
border-color: #60DFE9;
}
.TagClassName
{
border-color: #60DFE9;
}
</style>