Shades of Turquoise Blue #60CFF3
Tints of Turquoise Blue #60CFF3
RGB
CMYK
RGB Variations
Color information
#60CFF3 (or 0x60CFF3) is known color: Turquoise Blue. HEX triplet: 60, CF and F3. RGB value is (96,207,243). Sum of RGB (Red+Green+Blue) = 96+207+243=546 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.58% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #60CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFF3 is #9F300C. Grayscale: #B1B1B1. Windows color (decimal): -10432525 or 15978336. OLE color: 15978336.
HSL color Cylindrical-coordinate representation of color #60CFF3: hue angle of 194.69º 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 #60CFF3 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 207 | 243 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 194.69º | 0.86% | 0.66% | - |
| HSV(B) | 194.69º | 0.6% | 0.95% | - |
| XYZ | 43.31 | 53.58 | 92.85 | - |
| YUV | 177.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 243 | 0.60 | 0.15 | 0 | 0.05 | 194.69 | 0.86 | 0.66 |
| Hex | 60 | CF | F3 | 3C | F | 0 | 5 | C3 | 56 | 42 |
| Octal | 140 | 317 | 363 | 74 | 17 | 0 | 5 | 303 | 126 | 102 |
| Binary | 1100000 | 11001111 | 11110011 | 111100 | 1111 | 0 | 101 | 11000011 | 1010110 | 1000010 |
Color Harmonies of #60CFF3
Complementary color
Monochromatic Colors of #60CFF3
Black with #60CFF3
Text Example
Text Example
White with #60CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFF3; }
p { color: rgb(96,207,243); }
H1.HeaderClassName
{
color: #60CFF3;
}
.AnyTagClassName
{
color: #60CFF3;
}
</style>
background-color css
<style>
a { background-color: #60CFF3; }
a { background-color: rgb(96,207,243); }
div.DivClassName
{
background-color: #60CFF3;
}
.BgClassName
{
background-color: #60CFF3;
}
</style>
border-color css
<style>
span { border-color: #60CFF3; }
span { border-color: rgb(96,207,243); }
td.TdClassName
{
border-color: #60CFF3;
}
.TagClassName
{
border-color: #60CFF3;
}
</style>