Shades of Turquoise Blue #65E1DD
Tints of Turquoise Blue #65E1DD
RGB
CMYK
RGB Variations
Color information
#65E1DD (or 0x65E1DD) is known color: Turquoise Blue. HEX triplet: 65, E1 and DD. RGB value is (101,225,221). Sum of RGB (Red+Green+Blue) = 101+225+221=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1DD is #9A1E22. Grayscale: #BBBBBB. Windows color (decimal): -10100259 or 14541157. OLE color: 14541157.
HSL color Cylindrical-coordinate representation of color #65E1DD: hue angle of 178.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1DD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 221 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.12 |
| HSL | 178.06º | 0.67% | 0.64% | - |
| HSV(B) | 178.06º | 0.55% | 0.88% | - |
| XYZ | 45.34 | 61.84 | 77.95 | - |
| YUV | 187.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 221 | 0.55 | 0 | 0.02 | 0.12 | 178.06 | 0.67 | 0.64 |
| Hex | 65 | E1 | DD | 37 | 0 | 2 | C | B2 | 43 | 40 |
| Octal | 145 | 341 | 335 | 67 | 0 | 2 | 14 | 262 | 103 | 100 |
| Binary | 1100101 | 11100001 | 11011101 | 110111 | 0 | 10 | 1100 | 10110010 | 1000011 | 1000000 |
Color Harmonies of #65E1DD
Complementary color
Monochromatic Colors of #65E1DD
Black with #65E1DD
Text Example
Text Example
White with #65E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1DD; }
p { color: rgb(101,225,221); }
H1.HeaderClassName
{
color: #65E1DD;
}
.AnyTagClassName
{
color: #65E1DD;
}
</style>
background-color css
<style>
a { background-color: #65E1DD; }
a { background-color: rgb(101,225,221); }
div.DivClassName
{
background-color: #65E1DD;
}
.BgClassName
{
background-color: #65E1DD;
}
</style>
border-color css
<style>
span { border-color: #65E1DD; }
span { border-color: rgb(101,225,221); }
td.TdClassName
{
border-color: #65E1DD;
}
.TagClassName
{
border-color: #65E1DD;
}
</style>