Shades of Turquoise Blue #60CFDE
Tints of Turquoise Blue #60CFDE
RGB
CMYK
RGB Variations
Color information
#60CFDE (or 0x60CFDE) is known color: Turquoise Blue. HEX triplet: 60, CF and DE. RGB value is (96,207,222). Sum of RGB (Red+Green+Blue) = 96+207+222=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #60CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFDE is #9F3021. Grayscale: #AFAFAF. Windows color (decimal): -10432546 or 14602080. OLE color: 14602080.
HSL color Cylindrical-coordinate representation of color #60CFDE: hue angle of 187.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CFDE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 207 | 222 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.13 |
| HSL | 187.14º | 0.66% | 0.62% | - |
| HSV(B) | 187.14º | 0.57% | 0.87% | - |
| XYZ | 40.32 | 52.39 | 77.09 | - |
| YUV | 175.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 222 | 0.57 | 0.07 | 0 | 0.13 | 187.14 | 0.66 | 0.62 |
| Hex | 60 | CF | DE | 39 | 7 | 0 | D | BB | 42 | 3E |
| Octal | 140 | 317 | 336 | 71 | 7 | 0 | 15 | 273 | 102 | 76 |
| Binary | 1100000 | 11001111 | 11011110 | 111001 | 111 | 0 | 1101 | 10111011 | 1000010 | 111110 |
Color Harmonies of #60CFDE
Complementary color
Monochromatic Colors of #60CFDE
Black with #60CFDE
Text Example
Text Example
White with #60CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFDE; }
p { color: rgb(96,207,222); }
H1.HeaderClassName
{
color: #60CFDE;
}
.AnyTagClassName
{
color: #60CFDE;
}
</style>
background-color css
<style>
a { background-color: #60CFDE; }
a { background-color: rgb(96,207,222); }
div.DivClassName
{
background-color: #60CFDE;
}
.BgClassName
{
background-color: #60CFDE;
}
</style>
border-color css
<style>
span { border-color: #60CFDE; }
span { border-color: rgb(96,207,222); }
td.TdClassName
{
border-color: #60CFDE;
}
.TagClassName
{
border-color: #60CFDE;
}
</style>