Shades of Turquoise Blue #65E9DD
Tints of Turquoise Blue #65E9DD
RGB
CMYK
RGB Variations
Color information
#65E9DD (or 0x65E9DD) is known color: Turquoise Blue. HEX triplet: 65, E9 and DD. RGB value is (101,233,221). Sum of RGB (Red+Green+Blue) = 101+233+221=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E9DD is #9A1622. Grayscale: #C0C0C0. Windows color (decimal): -10098211 or 14543205. OLE color: 14543205.
HSL color Cylindrical-coordinate representation of color #65E9DD: hue angle of 174.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9DD is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 221 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.09 |
| HSL | 174.55º | 0.75% | 0.65% | - |
| HSV(B) | 174.55º | 0.57% | 0.91% | - |
| XYZ | 47.56 | 66.26 | 78.69 | - |
| YUV | 192.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 221 | 0.57 | 0 | 0.05 | 0.09 | 174.55 | 0.75 | 0.65 |
| Hex | 65 | E9 | DD | 39 | 0 | 5 | 9 | AF | 4B | 41 |
| Octal | 145 | 351 | 335 | 71 | 0 | 5 | 11 | 257 | 113 | 101 |
| Binary | 1100101 | 11101001 | 11011101 | 111001 | 0 | 101 | 1001 | 10101111 | 1001011 | 1000001 |
Color Harmonies of #65E9DD
Complementary color
Monochromatic Colors of #65E9DD
Black with #65E9DD
Text Example
Text Example
White with #65E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9DD; }
p { color: rgb(101,233,221); }
H1.HeaderClassName
{
color: #65E9DD;
}
.AnyTagClassName
{
color: #65E9DD;
}
</style>
background-color css
<style>
a { background-color: #65E9DD; }
a { background-color: rgb(101,233,221); }
div.DivClassName
{
background-color: #65E9DD;
}
.BgClassName
{
background-color: #65E9DD;
}
</style>
border-color css
<style>
span { border-color: #65E9DD; }
span { border-color: rgb(101,233,221); }
td.TdClassName
{
border-color: #65E9DD;
}
.TagClassName
{
border-color: #65E9DD;
}
</style>