Shades of Turquoise Blue #65DBDD
Tints of Turquoise Blue #65DBDD
RGB
CMYK
RGB Variations
Color information
#65DBDD (or 0x65DBDD) is known color: Turquoise Blue. HEX triplet: 65, DB and DD. RGB value is (101,219,221). Sum of RGB (Red+Green+Blue) = 101+219+221=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #65DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBDD is #9A2422. Grayscale: #B7B7B7. Windows color (decimal): -10101795 or 14539621. OLE color: 14539621.
HSL color Cylindrical-coordinate representation of color #65DBDD: hue angle of 181º 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 #65DBDD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 219 | 221 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.13 |
| HSL | 181º | 0.64% | 0.63% | - |
| HSV(B) | 181º | 0.54% | 0.87% | - |
| XYZ | 43.75 | 58.65 | 77.42 | - |
| YUV | 183.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 221 | 0.54 | 0.01 | 0 | 0.13 | 181 | 0.64 | 0.63 |
| Hex | 65 | DB | DD | 36 | 1 | 0 | D | B5 | 40 | 3F |
| Octal | 145 | 333 | 335 | 66 | 1 | 0 | 15 | 265 | 100 | 77 |
| Binary | 1100101 | 11011011 | 11011101 | 110110 | 1 | 0 | 1101 | 10110101 | 1000000 | 111111 |
Color Harmonies of #65DBDD
Complementary color
Monochromatic Colors of #65DBDD
Black with #65DBDD
Text Example
Text Example
White with #65DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBDD; }
p { color: rgb(101,219,221); }
H1.HeaderClassName
{
color: #65DBDD;
}
.AnyTagClassName
{
color: #65DBDD;
}
</style>
background-color css
<style>
a { background-color: #65DBDD; }
a { background-color: rgb(101,219,221); }
div.DivClassName
{
background-color: #65DBDD;
}
.BgClassName
{
background-color: #65DBDD;
}
</style>
border-color css
<style>
span { border-color: #65DBDD; }
span { border-color: rgb(101,219,221); }
td.TdClassName
{
border-color: #65DBDD;
}
.TagClassName
{
border-color: #65DBDD;
}
</style>