Shades of Turquoise Blue #60D3EE
Tints of Turquoise Blue #60D3EE
RGB
CMYK
RGB Variations
Color information
#60D3EE (or 0x60D3EE) is known color: Turquoise Blue. HEX triplet: 60, D3 and EE. RGB value is (96,211,238). Sum of RGB (Red+Green+Blue) = 96+211+238=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #60D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D3EE is #9F2C11. Grayscale: #B3B3B3. Windows color (decimal): -10431506 or 15651680. OLE color: 15651680.
HSL color Cylindrical-coordinate representation of color #60D3EE: hue angle of 191.41º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D3EE is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 211 | 238 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.07 |
| HSL | 191.41º | 0.81% | 0.65% | - |
| HSV(B) | 191.41º | 0.6% | 0.93% | - |
| XYZ | 43.55 | 55.25 | 89.26 | - |
| YUV | 179.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 238 | 0.60 | 0.11 | 0 | 0.07 | 191.41 | 0.81 | 0.65 |
| Hex | 60 | D3 | EE | 3C | B | 0 | 7 | BF | 51 | 41 |
| Octal | 140 | 323 | 356 | 74 | 13 | 0 | 7 | 277 | 121 | 101 |
| Binary | 1100000 | 11010011 | 11101110 | 111100 | 1011 | 0 | 111 | 10111111 | 1010001 | 1000001 |
Color Harmonies of #60D3EE
Complementary color
Monochromatic Colors of #60D3EE
Black with #60D3EE
Text Example
Text Example
White with #60D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D3EE; }
p { color: rgb(96,211,238); }
H1.HeaderClassName
{
color: #60D3EE;
}
.AnyTagClassName
{
color: #60D3EE;
}
</style>
background-color css
<style>
a { background-color: #60D3EE; }
a { background-color: rgb(96,211,238); }
div.DivClassName
{
background-color: #60D3EE;
}
.BgClassName
{
background-color: #60D3EE;
}
</style>
border-color css
<style>
span { border-color: #60D3EE; }
span { border-color: rgb(96,211,238); }
td.TdClassName
{
border-color: #60D3EE;
}
.TagClassName
{
border-color: #60D3EE;
}
</style>