Shades of Turquoise Blue #65DDDA
Tints of Turquoise Blue #65DDDA
RGB
CMYK
RGB Variations
Color information
#65DDDA (or 0x65DDDA) is known color: Turquoise Blue. HEX triplet: 65, DD and DA. RGB value is (101,221,218). Sum of RGB (Red+Green+Blue) = 101+221+218=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDDA is #9A2225. Grayscale: #B8B8B8. Windows color (decimal): -10101286 or 14343525. OLE color: 14343525.
HSL color Cylindrical-coordinate representation of color #65DDDA: hue angle of 178.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDDA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 218 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.13 |
| HSL | 178.5º | 0.64% | 0.63% | - |
| HSV(B) | 178.5º | 0.54% | 0.87% | - |
| XYZ | 43.88 | 59.54 | 75.51 | - |
| YUV | 184.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 218 | 0.54 | 0 | 0.01 | 0.13 | 178.5 | 0.64 | 0.63 |
| Hex | 65 | DD | DA | 36 | 0 | 1 | D | B2 | 40 | 3F |
| Octal | 145 | 335 | 332 | 66 | 0 | 1 | 15 | 262 | 100 | 77 |
| Binary | 1100101 | 11011101 | 11011010 | 110110 | 0 | 1 | 1101 | 10110010 | 1000000 | 111111 |
Color Harmonies of #65DDDA
Complementary color
Monochromatic Colors of #65DDDA
Black with #65DDDA
Text Example
Text Example
White with #65DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDDA; }
p { color: rgb(101,221,218); }
H1.HeaderClassName
{
color: #65DDDA;
}
.AnyTagClassName
{
color: #65DDDA;
}
</style>
background-color css
<style>
a { background-color: #65DDDA; }
a { background-color: rgb(101,221,218); }
div.DivClassName
{
background-color: #65DDDA;
}
.BgClassName
{
background-color: #65DDDA;
}
</style>
border-color css
<style>
span { border-color: #65DDDA; }
span { border-color: rgb(101,221,218); }
td.TdClassName
{
border-color: #65DDDA;
}
.TagClassName
{
border-color: #65DDDA;
}
</style>