Shades of Turquoise Blue #65EADB
Tints of Turquoise Blue #65EADB
RGB
CMYK
RGB Variations
Color information
#65EADB (or 0x65EADB) is known color: Turquoise Blue. HEX triplet: 65, EA and DB. RGB value is (101,234,219). Sum of RGB (Red+Green+Blue) = 101+234+219=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #65EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EADB is #9A1524. Grayscale: #C0C0C0. Windows color (decimal): -10097957 or 14412389. OLE color: 14412389.
HSL color Cylindrical-coordinate representation of color #65EADB: hue angle of 173.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EADB is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 219 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.08 |
| HSL | 173.23º | 0.76% | 0.66% | - |
| HSV(B) | 173.23º | 0.57% | 0.92% | - |
| XYZ | 47.58 | 66.73 | 77.39 | - |
| YUV | 192.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 219 | 0.57 | 0 | 0.06 | 0.08 | 173.23 | 0.76 | 0.66 |
| Hex | 65 | EA | DB | 39 | 0 | 6 | 8 | AD | 4C | 42 |
| Octal | 145 | 352 | 333 | 71 | 0 | 6 | 10 | 255 | 114 | 102 |
| Binary | 1100101 | 11101010 | 11011011 | 111001 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000010 |
Color Harmonies of #65EADB
Complementary color
Monochromatic Colors of #65EADB
Black with #65EADB
Text Example
Text Example
White with #65EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EADB; }
p { color: rgb(101,234,219); }
H1.HeaderClassName
{
color: #65EADB;
}
.AnyTagClassName
{
color: #65EADB;
}
</style>
background-color css
<style>
a { background-color: #65EADB; }
a { background-color: rgb(101,234,219); }
div.DivClassName
{
background-color: #65EADB;
}
.BgClassName
{
background-color: #65EADB;
}
</style>
border-color css
<style>
span { border-color: #65EADB; }
span { border-color: rgb(101,234,219); }
td.TdClassName
{
border-color: #65EADB;
}
.TagClassName
{
border-color: #65EADB;
}
</style>