Shades of Turquoise Blue #65C9D6
Tints of Turquoise Blue #65C9D6
RGB
CMYK
RGB Variations
Color information
#65C9D6 (or 0x65C9D6) is known color: Turquoise Blue. HEX triplet: 65, C9 and D6. RGB value is (101,201,214). Sum of RGB (Red+Green+Blue) = 101+201+214=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #65C9D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C9D6 is #9A3629. Grayscale: #ACACAC. Windows color (decimal): -10106410 or 14076261. OLE color: 14076261.
HSL color Cylindrical-coordinate representation of color #65C9D6: hue angle of 186.9º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C9D6 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 201 | 214 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.16 |
| HSL | 186.9º | 0.58% | 0.62% | - |
| HSV(B) | 186.9º | 0.53% | 0.84% | - |
| XYZ | 38.39 | 49.4 | 71.13 | - |
| YUV | 172.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 214 | 0.53 | 0.06 | 0 | 0.16 | 186.9 | 0.58 | 0.62 |
| Hex | 65 | C9 | D6 | 35 | 6 | 0 | 10 | BB | 3A | 3E |
| Octal | 145 | 311 | 326 | 65 | 6 | 0 | 20 | 273 | 72 | 76 |
| Binary | 1100101 | 11001001 | 11010110 | 110101 | 110 | 0 | 10000 | 10111011 | 111010 | 111110 |
Color Harmonies of #65C9D6
Complementary color
Monochromatic Colors of #65C9D6
Black with #65C9D6
Text Example
Text Example
White with #65C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C9D6; }
p { color: rgb(101,201,214); }
H1.HeaderClassName
{
color: #65C9D6;
}
.AnyTagClassName
{
color: #65C9D6;
}
</style>
background-color css
<style>
a { background-color: #65C9D6; }
a { background-color: rgb(101,201,214); }
div.DivClassName
{
background-color: #65C9D6;
}
.BgClassName
{
background-color: #65C9D6;
}
</style>
border-color css
<style>
span { border-color: #65C9D6; }
span { border-color: rgb(101,201,214); }
td.TdClassName
{
border-color: #65C9D6;
}
.TagClassName
{
border-color: #65C9D6;
}
</style>