Shades of Turquoise Blue #60E1FD
Tints of Turquoise Blue #60E1FD
RGB
CMYK
RGB Variations
Color information
#60E1FD (or 0x60E1FD) is known color: Turquoise Blue. HEX triplet: 60, E1 and FD. RGB value is (96,225,253). Sum of RGB (Red+Green+Blue) = 96+225+253=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #60E1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E1FD is #9F1E02. Grayscale: #BDBDBD. Windows color (decimal): -10427907 or 16638304. OLE color: 16638304.
HSL color Cylindrical-coordinate representation of color #60E1FD: hue angle of 190.7º 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 #60E1FD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 225 | 253 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.01 |
| HSL | 190.7º | 0.98% | 0.68% | - |
| HSV(B) | 190.7º | 0.62% | 0.99% | - |
| XYZ | 49.48 | 63.43 | 102.56 | - |
| YUV | 189.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 225 | 253 | 0.62 | 0.11 | 0 | 0.01 | 190.7 | 0.98 | 0.68 |
| Hex | 60 | E1 | FD | 3E | B | 0 | 1 | BF | 62 | 44 |
| Octal | 140 | 341 | 375 | 76 | 13 | 0 | 1 | 277 | 142 | 104 |
| Binary | 1100000 | 11100001 | 11111101 | 111110 | 1011 | 0 | 1 | 10111111 | 1100010 | 1000100 |
Color Harmonies of #60E1FD
Complementary color
Monochromatic Colors of #60E1FD
Black with #60E1FD
Text Example
Text Example
White with #60E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E1FD; }
p { color: rgb(96,225,253); }
H1.HeaderClassName
{
color: #60E1FD;
}
.AnyTagClassName
{
color: #60E1FD;
}
</style>
background-color css
<style>
a { background-color: #60E1FD; }
a { background-color: rgb(96,225,253); }
div.DivClassName
{
background-color: #60E1FD;
}
.BgClassName
{
background-color: #60E1FD;
}
</style>
border-color css
<style>
span { border-color: #60E1FD; }
span { border-color: rgb(96,225,253); }
td.TdClassName
{
border-color: #60E1FD;
}
.TagClassName
{
border-color: #60E1FD;
}
</style>