Shades of Turquoise Blue #65D0DC
Tints of Turquoise Blue #65D0DC
RGB
CMYK
RGB Variations
Color information
#65D0DC (or 0x65D0DC) is known color: Turquoise Blue. HEX triplet: 65, D0 and DC. RGB value is (101,208,220). Sum of RGB (Red+Green+Blue) = 101+208+220=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #65D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0DC is #9A2F23. Grayscale: #B1B1B1. Windows color (decimal): -10104612 or 14471269. OLE color: 14471269.
HSL color Cylindrical-coordinate representation of color #65D0DC: hue angle of 186.05º 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 #65D0DC is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 208 | 220 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.14 |
| HSL | 186.05º | 0.63% | 0.63% | - |
| HSV(B) | 186.05º | 0.54% | 0.86% | - |
| XYZ | 40.84 | 53.05 | 75.8 | - |
| YUV | 177.38 | 152.05 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 220 | 0.54 | 0.05 | 0 | 0.14 | 186.05 | 0.63 | 0.63 |
| Hex | 65 | D0 | DC | 36 | 5 | 0 | E | BA | 3F | 3F |
| Octal | 145 | 320 | 334 | 66 | 5 | 0 | 16 | 272 | 77 | 77 |
| Binary | 1100101 | 11010000 | 11011100 | 110110 | 101 | 0 | 1110 | 10111010 | 111111 | 111111 |
Color Harmonies of #65D0DC
Complementary color
Monochromatic Colors of #65D0DC
Black with #65D0DC
Text Example
Text Example
White with #65D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0DC; }
p { color: rgb(101,208,220); }
H1.HeaderClassName
{
color: #65D0DC;
}
.AnyTagClassName
{
color: #65D0DC;
}
</style>
background-color css
<style>
a { background-color: #65D0DC; }
a { background-color: rgb(101,208,220); }
div.DivClassName
{
background-color: #65D0DC;
}
.BgClassName
{
background-color: #65D0DC;
}
</style>
border-color css
<style>
span { border-color: #65D0DC; }
span { border-color: rgb(101,208,220); }
td.TdClassName
{
border-color: #65D0DC;
}
.TagClassName
{
border-color: #65D0DC;
}
</style>