Shades of Turquoise Blue #65C8D6
Tints of Turquoise Blue #65C8D6
RGB
CMYK
RGB Variations
Color information
#65C8D6 (or 0x65C8D6) is known color: Turquoise Blue. HEX triplet: 65, C8 and D6. RGB value is (101,200,214). Sum of RGB (Red+Green+Blue) = 101+200+214=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #65C8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8D6 is #9A3729. Grayscale: #ABABAB. Windows color (decimal): -10106666 or 14076005. OLE color: 14076005.
HSL color Cylindrical-coordinate representation of color #65C8D6: hue angle of 187.43º 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 #65C8D6 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 200 | 214 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.16 |
| HSL | 187.43º | 0.58% | 0.62% | - |
| HSV(B) | 187.43º | 0.53% | 0.84% | - |
| XYZ | 38.16 | 48.93 | 71.05 | - |
| YUV | 172 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 214 | 0.53 | 0.07 | 0 | 0.16 | 187.43 | 0.58 | 0.62 |
| Hex | 65 | C8 | D6 | 35 | 7 | 0 | 10 | BB | 3A | 3E |
| Octal | 145 | 310 | 326 | 65 | 7 | 0 | 20 | 273 | 72 | 76 |
| Binary | 1100101 | 11001000 | 11010110 | 110101 | 111 | 0 | 10000 | 10111011 | 111010 | 111110 |
Color Harmonies of #65C8D6
Complementary color
Monochromatic Colors of #65C8D6
Black with #65C8D6
Text Example
Text Example
White with #65C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8D6; }
p { color: rgb(101,200,214); }
H1.HeaderClassName
{
color: #65C8D6;
}
.AnyTagClassName
{
color: #65C8D6;
}
</style>
background-color css
<style>
a { background-color: #65C8D6; }
a { background-color: rgb(101,200,214); }
div.DivClassName
{
background-color: #65C8D6;
}
.BgClassName
{
background-color: #65C8D6;
}
</style>
border-color css
<style>
span { border-color: #65C8D6; }
span { border-color: rgb(101,200,214); }
td.TdClassName
{
border-color: #65C8D6;
}
.TagClassName
{
border-color: #65C8D6;
}
</style>