Shades of Turquoise Blue #60CEF3
Tints of Turquoise Blue #60CEF3
RGB
CMYK
RGB Variations
Color information
#60CEF3 (or 0x60CEF3) is known color: Turquoise Blue. HEX triplet: 60, CE and F3. RGB value is (96,206,243). Sum of RGB (Red+Green+Blue) = 96+206+243=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #60CEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEF3 is #9F310C. Grayscale: #B1B1B1. Windows color (decimal): -10432781 or 15978080. OLE color: 15978080.
HSL color Cylindrical-coordinate representation of color #60CEF3: hue angle of 195.1º degrees, saturation: 0.86, 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 #60CEF3 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 206 | 243 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 195.1º | 0.86% | 0.66% | - |
| HSV(B) | 195.1º | 0.6% | 0.95% | - |
| XYZ | 43.07 | 53.1 | 92.77 | - |
| YUV | 177.33 | 165.06 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 243 | 0.60 | 0.15 | 0 | 0.05 | 195.1 | 0.86 | 0.66 |
| Hex | 60 | CE | F3 | 3C | F | 0 | 5 | C3 | 56 | 42 |
| Octal | 140 | 316 | 363 | 74 | 17 | 0 | 5 | 303 | 126 | 102 |
| Binary | 1100000 | 11001110 | 11110011 | 111100 | 1111 | 0 | 101 | 11000011 | 1010110 | 1000010 |
Color Harmonies of #60CEF3
Complementary color
Monochromatic Colors of #60CEF3
Black with #60CEF3
Text Example
Text Example
White with #60CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEF3; }
p { color: rgb(96,206,243); }
H1.HeaderClassName
{
color: #60CEF3;
}
.AnyTagClassName
{
color: #60CEF3;
}
</style>
background-color css
<style>
a { background-color: #60CEF3; }
a { background-color: rgb(96,206,243); }
div.DivClassName
{
background-color: #60CEF3;
}
.BgClassName
{
background-color: #60CEF3;
}
</style>
border-color css
<style>
span { border-color: #60CEF3; }
span { border-color: rgb(96,206,243); }
td.TdClassName
{
border-color: #60CEF3;
}
.TagClassName
{
border-color: #60CEF3;
}
</style>