Shades of Turquoise Blue #65E5DE
Tints of Turquoise Blue #65E5DE
RGB
CMYK
RGB Variations
Color information
#65E5DE (or 0x65E5DE) is known color: Turquoise Blue. HEX triplet: 65, E5 and DE. RGB value is (101,229,222). Sum of RGB (Red+Green+Blue) = 101+229+222=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5DE is #9A1A21. Grayscale: #BDBDBD. Windows color (decimal): -10099234 or 14607717. OLE color: 14607717.
HSL color Cylindrical-coordinate representation of color #65E5DE: hue angle of 176.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5DE is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 229 | 222 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.10 |
| HSL | 176.72º | 0.71% | 0.65% | - |
| HSV(B) | 176.72º | 0.56% | 0.9% | - |
| XYZ | 46.57 | 64.08 | 79.02 | - |
| YUV | 189.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 222 | 0.56 | 0 | 0.03 | 0.10 | 176.72 | 0.71 | 0.65 |
| Hex | 65 | E5 | DE | 38 | 0 | 3 | A | B1 | 47 | 41 |
| Octal | 145 | 345 | 336 | 70 | 0 | 3 | 12 | 261 | 107 | 101 |
| Binary | 1100101 | 11100101 | 11011110 | 111000 | 0 | 11 | 1010 | 10110001 | 1000111 | 1000001 |
Color Harmonies of #65E5DE
Complementary color
Monochromatic Colors of #65E5DE
Black with #65E5DE
Text Example
Text Example
White with #65E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E5DE; }
p { color: rgb(101,229,222); }
H1.HeaderClassName
{
color: #65E5DE;
}
.AnyTagClassName
{
color: #65E5DE;
}
</style>
background-color css
<style>
a { background-color: #65E5DE; }
a { background-color: rgb(101,229,222); }
div.DivClassName
{
background-color: #65E5DE;
}
.BgClassName
{
background-color: #65E5DE;
}
</style>
border-color css
<style>
span { border-color: #65E5DE; }
span { border-color: rgb(101,229,222); }
td.TdClassName
{
border-color: #65E5DE;
}
.TagClassName
{
border-color: #65E5DE;
}
</style>