Shades of Turquoise Blue #60DDF8
Tints of Turquoise Blue #60DDF8
RGB
CMYK
RGB Variations
Color information
#60DDF8 (or 0x60DDF8) is known color: Turquoise Blue. HEX triplet: 60, DD and F8. RGB value is (96,221,248). Sum of RGB (Red+Green+Blue) = 96+221+248=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #60DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDF8 is #9F2207. Grayscale: #BABABA. Windows color (decimal): -10428936 or 16309600. OLE color: 16309600.
HSL color Cylindrical-coordinate representation of color #60DDF8: hue angle of 190.66º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60DDF8 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 221 | 248 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.03 |
| HSL | 190.66º | 0.92% | 0.67% | - |
| HSV(B) | 190.66º | 0.61% | 0.97% | - |
| XYZ | 47.62 | 60.98 | 98.07 | - |
| YUV | 186.7 | 162.59 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 248 | 0.61 | 0.11 | 0 | 0.03 | 190.66 | 0.92 | 0.67 |
| Hex | 60 | DD | F8 | 3D | B | 0 | 3 | BF | 5C | 43 |
| Octal | 140 | 335 | 370 | 75 | 13 | 0 | 3 | 277 | 134 | 103 |
| Binary | 1100000 | 11011101 | 11111000 | 111101 | 1011 | 0 | 11 | 10111111 | 1011100 | 1000011 |
Color Harmonies of #60DDF8
Complementary color
Monochromatic Colors of #60DDF8
Black with #60DDF8
Text Example
Text Example
White with #60DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDF8; }
p { color: rgb(96,221,248); }
H1.HeaderClassName
{
color: #60DDF8;
}
.AnyTagClassName
{
color: #60DDF8;
}
</style>
background-color css
<style>
a { background-color: #60DDF8; }
a { background-color: rgb(96,221,248); }
div.DivClassName
{
background-color: #60DDF8;
}
.BgClassName
{
background-color: #60DDF8;
}
</style>
border-color css
<style>
span { border-color: #60DDF8; }
span { border-color: rgb(96,221,248); }
td.TdClassName
{
border-color: #60DDF8;
}
.TagClassName
{
border-color: #60DDF8;
}
</style>