Shades of Turquoise Blue #60CFED
Tints of Turquoise Blue #60CFED
RGB
CMYK
RGB Variations
Color information
#60CFED (or 0x60CFED) is known color: Turquoise Blue. HEX triplet: 60, CF and ED. RGB value is (96,207,237). Sum of RGB (Red+Green+Blue) = 96+207+237=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #60CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFED is #9F3012. Grayscale: #B1B1B1. Windows color (decimal): -10432531 or 15585120. OLE color: 15585120.
HSL color Cylindrical-coordinate representation of color #60CFED: hue angle of 192.77º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60CFED is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 207 | 237 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.07 |
| HSL | 192.77º | 0.8% | 0.65% | - |
| HSV(B) | 192.77º | 0.59% | 0.93% | - |
| XYZ | 42.42 | 53.23 | 88.16 | - |
| YUV | 177.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 237 | 0.59 | 0.13 | 0 | 0.07 | 192.77 | 0.8 | 0.65 |
| Hex | 60 | CF | ED | 3B | D | 0 | 7 | C1 | 50 | 41 |
| Octal | 140 | 317 | 355 | 73 | 15 | 0 | 7 | 301 | 120 | 101 |
| Binary | 1100000 | 11001111 | 11101101 | 111011 | 1101 | 0 | 111 | 11000001 | 1010000 | 1000001 |
Color Harmonies of #60CFED
Complementary color
Monochromatic Colors of #60CFED
Black with #60CFED
Text Example
Text Example
White with #60CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFED; }
p { color: rgb(96,207,237); }
H1.HeaderClassName
{
color: #60CFED;
}
.AnyTagClassName
{
color: #60CFED;
}
</style>
background-color css
<style>
a { background-color: #60CFED; }
a { background-color: rgb(96,207,237); }
div.DivClassName
{
background-color: #60CFED;
}
.BgClassName
{
background-color: #60CFED;
}
</style>
border-color css
<style>
span { border-color: #60CFED; }
span { border-color: rgb(96,207,237); }
td.TdClassName
{
border-color: #60CFED;
}
.TagClassName
{
border-color: #60CFED;
}
</style>