Shades of Turquoise Blue #65DDD3
Tints of Turquoise Blue #65DDD3
RGB
CMYK
RGB Variations
Color information
#65DDD3 (or 0x65DDD3) is known color: Turquoise Blue. HEX triplet: 65, DD and D3. RGB value is (101,221,211). Sum of RGB (Red+Green+Blue) = 101+221+211=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDD3 is #9A222C. Grayscale: #B7B7B7. Windows color (decimal): -10101293 or 13884773. OLE color: 13884773.
HSL color Cylindrical-coordinate representation of color #65DDD3: hue angle of 175º 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 #65DDD3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 211 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.13 |
| HSL | 175º | 0.64% | 0.63% | - |
| HSV(B) | 175º | 0.54% | 0.87% | - |
| XYZ | 42.98 | 59.18 | 70.79 | - |
| YUV | 183.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 211 | 0.54 | 0 | 0.05 | 0.13 | 175 | 0.64 | 0.63 |
| Hex | 65 | DD | D3 | 36 | 0 | 5 | D | AF | 40 | 3F |
| Octal | 145 | 335 | 323 | 66 | 0 | 5 | 15 | 257 | 100 | 77 |
| Binary | 1100101 | 11011101 | 11010011 | 110110 | 0 | 101 | 1101 | 10101111 | 1000000 | 111111 |
Color Harmonies of #65DDD3
Complementary color
Monochromatic Colors of #65DDD3
Black with #65DDD3
Text Example
Text Example
White with #65DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDD3; }
p { color: rgb(101,221,211); }
H1.HeaderClassName
{
color: #65DDD3;
}
.AnyTagClassName
{
color: #65DDD3;
}
</style>
background-color css
<style>
a { background-color: #65DDD3; }
a { background-color: rgb(101,221,211); }
div.DivClassName
{
background-color: #65DDD3;
}
.BgClassName
{
background-color: #65DDD3;
}
</style>
border-color css
<style>
span { border-color: #65DDD3; }
span { border-color: rgb(101,221,211); }
td.TdClassName
{
border-color: #65DDD3;
}
.TagClassName
{
border-color: #65DDD3;
}
</style>