Shades of Turquoise Blue #60D7F3
Tints of Turquoise Blue #60D7F3
RGB
CMYK
RGB Variations
Color information
#60D7F3 (or 0x60D7F3) is known color: Turquoise Blue. HEX triplet: 60, D7 and F3. RGB value is (96,215,243). Sum of RGB (Red+Green+Blue) = 96+215+243=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #60D7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D7F3 is #9F280C. Grayscale: #B6B6B6. Windows color (decimal): -10430477 or 15980384. OLE color: 15980384.
HSL color Cylindrical-coordinate representation of color #60D7F3: hue angle of 191.43º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D7F3 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 215 | 243 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.05 |
| HSL | 191.43º | 0.86% | 0.66% | - |
| HSV(B) | 191.43º | 0.6% | 0.95% | - |
| XYZ | 45.3 | 57.56 | 93.52 | - |
| YUV | 182.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 243 | 0.60 | 0.12 | 0 | 0.05 | 191.43 | 0.86 | 0.66 |
| Hex | 60 | D7 | F3 | 3C | C | 0 | 5 | BF | 56 | 42 |
| Octal | 140 | 327 | 363 | 74 | 14 | 0 | 5 | 277 | 126 | 102 |
| Binary | 1100000 | 11010111 | 11110011 | 111100 | 1100 | 0 | 101 | 10111111 | 1010110 | 1000010 |
Color Harmonies of #60D7F3
Complementary color
Monochromatic Colors of #60D7F3
Black with #60D7F3
Text Example
Text Example
White with #60D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7F3; }
p { color: rgb(96,215,243); }
H1.HeaderClassName
{
color: #60D7F3;
}
.AnyTagClassName
{
color: #60D7F3;
}
</style>
background-color css
<style>
a { background-color: #60D7F3; }
a { background-color: rgb(96,215,243); }
div.DivClassName
{
background-color: #60D7F3;
}
.BgClassName
{
background-color: #60D7F3;
}
</style>
border-color css
<style>
span { border-color: #60D7F3; }
span { border-color: rgb(96,215,243); }
td.TdClassName
{
border-color: #60D7F3;
}
.TagClassName
{
border-color: #60D7F3;
}
</style>