Shades of Turquoise Blue #65DADB
Tints of Turquoise Blue #65DADB
RGB
CMYK
RGB Variations
Color information
#65DADB (or 0x65DADB) is known color: Turquoise Blue. HEX triplet: 65, DA and DB. RGB value is (101,218,219). Sum of RGB (Red+Green+Blue) = 101+218+219=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #65DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DADB is #9A2524. Grayscale: #B7B7B7. Windows color (decimal): -10102053 or 14408293. OLE color: 14408293.
HSL color Cylindrical-coordinate representation of color #65DADB: hue angle of 180.51º degrees, saturation: 0.62, 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 #65DADB is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 218 | 219 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.14 |
| HSL | 180.51º | 0.62% | 0.63% | - |
| HSV(B) | 180.51º | 0.54% | 0.86% | - |
| XYZ | 43.22 | 58.02 | 75.94 | - |
| YUV | 183.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 219 | 0.54 | 0.00 | 0 | 0.14 | 180.51 | 0.62 | 0.63 |
| Hex | 65 | DA | DB | 36 | 0 | 0 | E | B5 | 3E | 3F |
| Octal | 145 | 332 | 333 | 66 | 0 | 0 | 16 | 265 | 76 | 77 |
| Binary | 1100101 | 11011010 | 11011011 | 110110 | 0 | 0 | 1110 | 10110101 | 111110 | 111111 |
Color Harmonies of #65DADB
Complementary color
Monochromatic Colors of #65DADB
Black with #65DADB
Text Example
Text Example
White with #65DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DADB; }
p { color: rgb(101,218,219); }
H1.HeaderClassName
{
color: #65DADB;
}
.AnyTagClassName
{
color: #65DADB;
}
</style>
background-color css
<style>
a { background-color: #65DADB; }
a { background-color: rgb(101,218,219); }
div.DivClassName
{
background-color: #65DADB;
}
.BgClassName
{
background-color: #65DADB;
}
</style>
border-color css
<style>
span { border-color: #65DADB; }
span { border-color: rgb(101,218,219); }
td.TdClassName
{
border-color: #65DADB;
}
.TagClassName
{
border-color: #65DADB;
}
</style>