Shades of Turquoise Blue #65ECDD
Tints of Turquoise Blue #65ECDD
RGB
CMYK
RGB Variations
Color information
#65ECDD (or 0x65ECDD) is known color: Turquoise Blue. HEX triplet: 65, EC and DD. RGB value is (101,236,221). Sum of RGB (Red+Green+Blue) = 101+236+221=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECDD is #9A1322. Grayscale: #C1C1C1. Windows color (decimal): -10097443 or 14543973. OLE color: 14543973.
HSL color Cylindrical-coordinate representation of color #65ECDD: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECDD is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 221 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.07 |
| HSL | 173.33º | 0.78% | 0.66% | - |
| HSV(B) | 173.33º | 0.57% | 0.93% | - |
| XYZ | 48.41 | 67.98 | 78.98 | - |
| YUV | 193.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 221 | 0.57 | 0 | 0.06 | 0.07 | 173.33 | 0.78 | 0.66 |
| Hex | 65 | EC | DD | 39 | 0 | 6 | 7 | AD | 4E | 42 |
| Octal | 145 | 354 | 335 | 71 | 0 | 6 | 7 | 255 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11011101 | 111001 | 0 | 110 | 111 | 10101101 | 1001110 | 1000010 |
Color Harmonies of #65ECDD
Complementary color
Monochromatic Colors of #65ECDD
Black with #65ECDD
Text Example
Text Example
White with #65ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECDD; }
p { color: rgb(101,236,221); }
H1.HeaderClassName
{
color: #65ECDD;
}
.AnyTagClassName
{
color: #65ECDD;
}
</style>
background-color css
<style>
a { background-color: #65ECDD; }
a { background-color: rgb(101,236,221); }
div.DivClassName
{
background-color: #65ECDD;
}
.BgClassName
{
background-color: #65ECDD;
}
</style>
border-color css
<style>
span { border-color: #65ECDD; }
span { border-color: rgb(101,236,221); }
td.TdClassName
{
border-color: #65ECDD;
}
.TagClassName
{
border-color: #65ECDD;
}
</style>