Shades of Turquoise Blue #65D0DD
Tints of Turquoise Blue #65D0DD
RGB
CMYK
RGB Variations
Color information
#65D0DD (or 0x65D0DD) is known color: Turquoise Blue. HEX triplet: 65, D0 and DD. RGB value is (101,208,221). Sum of RGB (Red+Green+Blue) = 101+208+221=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #65D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0DD is #9A2F22. Grayscale: #B1B1B1. Windows color (decimal): -10104611 or 14536805. OLE color: 14536805.
HSL color Cylindrical-coordinate representation of color #65D0DD: hue angle of 186.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65D0DD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 208 | 221 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.13 |
| HSL | 186.5º | 0.64% | 0.63% | - |
| HSV(B) | 186.5º | 0.54% | 0.87% | - |
| XYZ | 40.97 | 53.1 | 76.5 | - |
| YUV | 177.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 221 | 0.54 | 0.06 | 0 | 0.13 | 186.5 | 0.64 | 0.63 |
| Hex | 65 | D0 | DD | 36 | 6 | 0 | D | BA | 40 | 3F |
| Octal | 145 | 320 | 335 | 66 | 6 | 0 | 15 | 272 | 100 | 77 |
| Binary | 1100101 | 11010000 | 11011101 | 110110 | 110 | 0 | 1101 | 10111010 | 1000000 | 111111 |
Color Harmonies of #65D0DD
Complementary color
Monochromatic Colors of #65D0DD
Black with #65D0DD
Text Example
Text Example
White with #65D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0DD; }
p { color: rgb(101,208,221); }
H1.HeaderClassName
{
color: #65D0DD;
}
.AnyTagClassName
{
color: #65D0DD;
}
</style>
background-color css
<style>
a { background-color: #65D0DD; }
a { background-color: rgb(101,208,221); }
div.DivClassName
{
background-color: #65D0DD;
}
.BgClassName
{
background-color: #65D0DD;
}
</style>
border-color css
<style>
span { border-color: #65D0DD; }
span { border-color: rgb(101,208,221); }
td.TdClassName
{
border-color: #65D0DD;
}
.TagClassName
{
border-color: #65D0DD;
}
</style>