Shades of Turquoise Blue #60CEF2
Tints of Turquoise Blue #60CEF2
RGB
CMYK
RGB Variations
Color information
#60CEF2 (or 0x60CEF2) is known color: Turquoise Blue. HEX triplet: 60, CE and F2. RGB value is (96,206,242). Sum of RGB (Red+Green+Blue) = 96+206+242=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #60CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEF2 is #9F310D. Grayscale: #B0B0B0. Windows color (decimal): -10432782 or 15912544. OLE color: 15912544.
HSL color Cylindrical-coordinate representation of color #60CEF2: hue angle of 194.79º degrees, saturation: 0.85, 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 #60CEF2 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 206 | 242 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 194.79º | 0.85% | 0.66% | - |
| HSV(B) | 194.79º | 0.6% | 0.95% | - |
| XYZ | 42.92 | 53.04 | 91.98 | - |
| YUV | 177.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 242 | 0.60 | 0.15 | 0 | 0.05 | 194.79 | 0.85 | 0.66 |
| Hex | 60 | CE | F2 | 3C | F | 0 | 5 | C3 | 55 | 42 |
| Octal | 140 | 316 | 362 | 74 | 17 | 0 | 5 | 303 | 125 | 102 |
| Binary | 1100000 | 11001110 | 11110010 | 111100 | 1111 | 0 | 101 | 11000011 | 1010101 | 1000010 |
Color Harmonies of #60CEF2
Complementary color
Monochromatic Colors of #60CEF2
Black with #60CEF2
Text Example
Text Example
White with #60CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEF2; }
p { color: rgb(96,206,242); }
H1.HeaderClassName
{
color: #60CEF2;
}
.AnyTagClassName
{
color: #60CEF2;
}
</style>
background-color css
<style>
a { background-color: #60CEF2; }
a { background-color: rgb(96,206,242); }
div.DivClassName
{
background-color: #60CEF2;
}
.BgClassName
{
background-color: #60CEF2;
}
</style>
border-color css
<style>
span { border-color: #60CEF2; }
span { border-color: rgb(96,206,242); }
td.TdClassName
{
border-color: #60CEF2;
}
.TagClassName
{
border-color: #60CEF2;
}
</style>