Shades of Turquoise Blue #60CFEF
Tints of Turquoise Blue #60CFEF
RGB
CMYK
RGB Variations
Color information
#60CFEF (or 0x60CFEF) is known color: Turquoise Blue. HEX triplet: 60, CF and EF. RGB value is (96,207,239). Sum of RGB (Red+Green+Blue) = 96+207+239=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #60CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFEF is #9F3010. Grayscale: #B1B1B1. Windows color (decimal): -10432529 or 15716192. OLE color: 15716192.
HSL color Cylindrical-coordinate representation of color #60CFEF: hue angle of 193.43º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CFEF is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 207 | 239 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.06 |
| HSL | 193.43º | 0.82% | 0.66% | - |
| HSV(B) | 193.43º | 0.6% | 0.94% | - |
| XYZ | 42.72 | 53.34 | 89.71 | - |
| YUV | 177.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 239 | 0.60 | 0.13 | 0 | 0.06 | 193.43 | 0.82 | 0.66 |
| Hex | 60 | CF | EF | 3C | D | 0 | 6 | C1 | 52 | 42 |
| Octal | 140 | 317 | 357 | 74 | 15 | 0 | 6 | 301 | 122 | 102 |
| Binary | 1100000 | 11001111 | 11101111 | 111100 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000010 |
Color Harmonies of #60CFEF
Complementary color
Monochromatic Colors of #60CFEF
Black with #60CFEF
Text Example
Text Example
White with #60CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFEF; }
p { color: rgb(96,207,239); }
H1.HeaderClassName
{
color: #60CFEF;
}
.AnyTagClassName
{
color: #60CFEF;
}
</style>
background-color css
<style>
a { background-color: #60CFEF; }
a { background-color: rgb(96,207,239); }
div.DivClassName
{
background-color: #60CFEF;
}
.BgClassName
{
background-color: #60CFEF;
}
</style>
border-color css
<style>
span { border-color: #60CFEF; }
span { border-color: rgb(96,207,239); }
td.TdClassName
{
border-color: #60CFEF;
}
.TagClassName
{
border-color: #60CFEF;
}
</style>