Shades of Turquoise Blue #60DBFE
Tints of Turquoise Blue #60DBFE
RGB
CMYK
RGB Variations
Color information
#60DBFE (or 0x60DBFE) is known color: Turquoise Blue. HEX triplet: 60, DB and FE. RGB value is (96,219,254). Sum of RGB (Red+Green+Blue) = 96+219+254=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #60DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBFE is #9F2401. Grayscale: #B9B9B9. Windows color (decimal): -10429442 or 16702304. OLE color: 16702304.
HSL color Cylindrical-coordinate representation of color #60DBFE: hue angle of 193.29º 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 #60DBFE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 219 | 254 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.00 |
| HSL | 193.29º | 0.99% | 0.69% | - |
| HSV(B) | 193.29º | 0.62% | 1% | - |
| XYZ | 48.04 | 60.31 | 102.87 | - |
| YUV | 186.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 254 | 0.62 | 0.14 | 0 | 0.00 | 193.29 | 0.99 | 0.69 |
| Hex | 60 | DB | FE | 3E | E | 0 | 0 | C1 | 63 | 45 |
| Octal | 140 | 333 | 376 | 76 | 16 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100000 | 11011011 | 11111110 | 111110 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #60DBFE
Complementary color
Monochromatic Colors of #60DBFE
Black with #60DBFE
Text Example
Text Example
White with #60DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBFE; }
p { color: rgb(96,219,254); }
H1.HeaderClassName
{
color: #60DBFE;
}
.AnyTagClassName
{
color: #60DBFE;
}
</style>
background-color css
<style>
a { background-color: #60DBFE; }
a { background-color: rgb(96,219,254); }
div.DivClassName
{
background-color: #60DBFE;
}
.BgClassName
{
background-color: #60DBFE;
}
</style>
border-color css
<style>
span { border-color: #60DBFE; }
span { border-color: rgb(96,219,254); }
td.TdClassName
{
border-color: #60DBFE;
}
.TagClassName
{
border-color: #60DBFE;
}
</style>