Shades of Turquoise Blue #65EBDB
Tints of Turquoise Blue #65EBDB
RGB
CMYK
RGB Variations
Color information
#65EBDB (or 0x65EBDB) is known color: Turquoise Blue. HEX triplet: 65, EB and DB. RGB value is (101,235,219). Sum of RGB (Red+Green+Blue) = 101+235+219=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBDB is #9A1424. Grayscale: #C1C1C1. Windows color (decimal): -10097701 or 14412645. OLE color: 14412645.
HSL color Cylindrical-coordinate representation of color #65EBDB: hue angle of 172.84º degrees, saturation: 0.77, 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 #65EBDB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 235 | 219 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.08 |
| HSL | 172.84º | 0.77% | 0.66% | - |
| HSV(B) | 172.84º | 0.57% | 0.92% | - |
| XYZ | 47.86 | 67.3 | 77.49 | - |
| YUV | 193.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 235 | 219 | 0.57 | 0 | 0.07 | 0.08 | 172.84 | 0.77 | 0.66 |
| Hex | 65 | EB | DB | 39 | 0 | 7 | 8 | AD | 4D | 42 |
| Octal | 145 | 353 | 333 | 71 | 0 | 7 | 10 | 255 | 115 | 102 |
| Binary | 1100101 | 11101011 | 11011011 | 111001 | 0 | 111 | 1000 | 10101101 | 1001101 | 1000010 |
Color Harmonies of #65EBDB
Complementary color
Monochromatic Colors of #65EBDB
Black with #65EBDB
Text Example
Text Example
White with #65EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EBDB; }
p { color: rgb(101,235,219); }
H1.HeaderClassName
{
color: #65EBDB;
}
.AnyTagClassName
{
color: #65EBDB;
}
</style>
background-color css
<style>
a { background-color: #65EBDB; }
a { background-color: rgb(101,235,219); }
div.DivClassName
{
background-color: #65EBDB;
}
.BgClassName
{
background-color: #65EBDB;
}
</style>
border-color css
<style>
span { border-color: #65EBDB; }
span { border-color: rgb(101,235,219); }
td.TdClassName
{
border-color: #65EBDB;
}
.TagClassName
{
border-color: #65EBDB;
}
</style>