Shades of Turquoise Blue #60E2FD
Tints of Turquoise Blue #60E2FD
RGB
CMYK
RGB Variations
Color information
#60E2FD (or 0x60E2FD) is known color: Turquoise Blue. HEX triplet: 60, E2 and FD. RGB value is (96,226,253). Sum of RGB (Red+Green+Blue) = 96+226+253=575 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.70% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #60E2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2FD is #9F1D02. Grayscale: #BDBDBD. Windows color (decimal): -10427651 or 16638560. OLE color: 16638560.
HSL color Cylindrical-coordinate representation of color #60E2FD: hue angle of 190.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60E2FD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 226 | 253 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.01 |
| HSL | 190.32º | 0.98% | 0.68% | - |
| HSV(B) | 190.32º | 0.62% | 0.99% | - |
| XYZ | 49.75 | 63.97 | 102.65 | - |
| YUV | 190.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 253 | 0.62 | 0.11 | 0 | 0.01 | 190.32 | 0.98 | 0.68 |
| Hex | 60 | E2 | FD | 3E | B | 0 | 1 | BE | 62 | 44 |
| Octal | 140 | 342 | 375 | 76 | 13 | 0 | 1 | 276 | 142 | 104 |
| Binary | 1100000 | 11100010 | 11111101 | 111110 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000100 |
Color Harmonies of #60E2FD
Complementary color
Monochromatic Colors of #60E2FD
Black with #60E2FD
Text Example
Text Example
White with #60E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2FD; }
p { color: rgb(96,226,253); }
H1.HeaderClassName
{
color: #60E2FD;
}
.AnyTagClassName
{
color: #60E2FD;
}
</style>
background-color css
<style>
a { background-color: #60E2FD; }
a { background-color: rgb(96,226,253); }
div.DivClassName
{
background-color: #60E2FD;
}
.BgClassName
{
background-color: #60E2FD;
}
</style>
border-color css
<style>
span { border-color: #60E2FD; }
span { border-color: rgb(96,226,253); }
td.TdClassName
{
border-color: #60E2FD;
}
.TagClassName
{
border-color: #60E2FD;
}
</style>