Shades of Turquoise Blue #65C8DC
Tints of Turquoise Blue #65C8DC
RGB
CMYK
RGB Variations
Color information
#65C8DC (or 0x65C8DC) is known color: Turquoise Blue. HEX triplet: 65, C8 and DC. RGB value is (101,200,220). Sum of RGB (Red+Green+Blue) = 101+200+220=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #65C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8DC is #9A3723. Grayscale: #ACACAC. Windows color (decimal): -10106660 or 14469221. OLE color: 14469221.
HSL color Cylindrical-coordinate representation of color #65C8DC: hue angle of 190.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C8DC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 200 | 220 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.14 |
| HSL | 190.08º | 0.63% | 0.63% | - |
| HSV(B) | 190.08º | 0.54% | 0.86% | - |
| XYZ | 38.94 | 49.24 | 75.16 | - |
| YUV | 172.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 220 | 0.54 | 0.09 | 0 | 0.14 | 190.08 | 0.63 | 0.63 |
| Hex | 65 | C8 | DC | 36 | 9 | 0 | E | BE | 3F | 3F |
| Octal | 145 | 310 | 334 | 66 | 11 | 0 | 16 | 276 | 77 | 77 |
| Binary | 1100101 | 11001000 | 11011100 | 110110 | 1001 | 0 | 1110 | 10111110 | 111111 | 111111 |
Color Harmonies of #65C8DC
Complementary color
Monochromatic Colors of #65C8DC
Black with #65C8DC
Text Example
Text Example
White with #65C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8DC; }
p { color: rgb(101,200,220); }
H1.HeaderClassName
{
color: #65C8DC;
}
.AnyTagClassName
{
color: #65C8DC;
}
</style>
background-color css
<style>
a { background-color: #65C8DC; }
a { background-color: rgb(101,200,220); }
div.DivClassName
{
background-color: #65C8DC;
}
.BgClassName
{
background-color: #65C8DC;
}
</style>
border-color css
<style>
span { border-color: #65C8DC; }
span { border-color: rgb(101,200,220); }
td.TdClassName
{
border-color: #65C8DC;
}
.TagClassName
{
border-color: #65C8DC;
}
</style>