Shades of Turquoise Blue #60DDFE
Tints of Turquoise Blue #60DDFE
RGB
CMYK
RGB Variations
Color information
#60DDFE (or 0x60DDFE) is known color: Turquoise Blue. HEX triplet: 60, DD and FE. RGB value is (96,221,254). Sum of RGB (Red+Green+Blue) = 96+221+254=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #60DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDFE is #9F2201. Grayscale: #BBBBBB. Windows color (decimal): -10428930 or 16702816. OLE color: 16702816.
HSL color Cylindrical-coordinate representation of color #60DDFE: hue angle of 192.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DDFE is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 221 | 254 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.00 |
| HSL | 192.53º | 0.99% | 0.69% | - |
| HSV(B) | 192.53º | 0.62% | 1% | - |
| XYZ | 48.57 | 61.36 | 103.05 | - |
| YUV | 187.39 | 165.59 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 254 | 0.62 | 0.13 | 0 | 0.00 | 192.53 | 0.99 | 0.69 |
| Hex | 60 | DD | FE | 3E | D | 0 | 0 | C1 | 63 | 45 |
| Octal | 140 | 335 | 376 | 76 | 15 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100000 | 11011101 | 11111110 | 111110 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #60DDFE
Complementary color
Monochromatic Colors of #60DDFE
Black with #60DDFE
Text Example
Text Example
White with #60DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDFE; }
p { color: rgb(96,221,254); }
H1.HeaderClassName
{
color: #60DDFE;
}
.AnyTagClassName
{
color: #60DDFE;
}
</style>
background-color css
<style>
a { background-color: #60DDFE; }
a { background-color: rgb(96,221,254); }
div.DivClassName
{
background-color: #60DDFE;
}
.BgClassName
{
background-color: #60DDFE;
}
</style>
border-color css
<style>
span { border-color: #60DDFE; }
span { border-color: rgb(96,221,254); }
td.TdClassName
{
border-color: #60DDFE;
}
.TagClassName
{
border-color: #60DDFE;
}
</style>