Shades of Turquoise Blue #65E2DD
Tints of Turquoise Blue #65E2DD
RGB
CMYK
RGB Variations
Color information
#65E2DD (or 0x65E2DD) is known color: Turquoise Blue. HEX triplet: 65, E2 and DD. RGB value is (101,226,221). Sum of RGB (Red+Green+Blue) = 101+226+221=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2DD is #9A1D22. Grayscale: #BBBBBB. Windows color (decimal): -10100003 or 14541413. OLE color: 14541413.
HSL color Cylindrical-coordinate representation of color #65E2DD: hue angle of 177.6º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2DD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 221 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.11 |
| HSL | 177.6º | 0.68% | 0.64% | - |
| HSV(B) | 177.6º | 0.55% | 0.89% | - |
| XYZ | 45.61 | 62.38 | 78.04 | - |
| YUV | 188.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 221 | 0.55 | 0 | 0.02 | 0.11 | 177.6 | 0.68 | 0.64 |
| Hex | 65 | E2 | DD | 37 | 0 | 2 | B | B2 | 44 | 40 |
| Octal | 145 | 342 | 335 | 67 | 0 | 2 | 13 | 262 | 104 | 100 |
| Binary | 1100101 | 11100010 | 11011101 | 110111 | 0 | 10 | 1011 | 10110010 | 1000100 | 1000000 |
Color Harmonies of #65E2DD
Complementary color
Monochromatic Colors of #65E2DD
Black with #65E2DD
Text Example
Text Example
White with #65E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2DD; }
p { color: rgb(101,226,221); }
H1.HeaderClassName
{
color: #65E2DD;
}
.AnyTagClassName
{
color: #65E2DD;
}
</style>
background-color css
<style>
a { background-color: #65E2DD; }
a { background-color: rgb(101,226,221); }
div.DivClassName
{
background-color: #65E2DD;
}
.BgClassName
{
background-color: #65E2DD;
}
</style>
border-color css
<style>
span { border-color: #65E2DD; }
span { border-color: rgb(101,226,221); }
td.TdClassName
{
border-color: #65E2DD;
}
.TagClassName
{
border-color: #65E2DD;
}
</style>