Shades of Turquoise Blue #65DCD4
Tints of Turquoise Blue #65DCD4
RGB
CMYK
RGB Variations
Color information
#65DCD4 (or 0x65DCD4) is known color: Turquoise Blue. HEX triplet: 65, DC and D4. RGB value is (101,220,212). Sum of RGB (Red+Green+Blue) = 101+220+212=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCD4 is #9A232B. Grayscale: #B7B7B7. Windows color (decimal): -10101548 or 13950053. OLE color: 13950053.
HSL color Cylindrical-coordinate representation of color #65DCD4: hue angle of 175.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCD4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 212 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.14 |
| HSL | 175.97º | 0.63% | 0.63% | - |
| HSV(B) | 175.97º | 0.54% | 0.86% | - |
| XYZ | 42.84 | 58.71 | 71.36 | - |
| YUV | 183.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 212 | 0.54 | 0 | 0.04 | 0.14 | 175.97 | 0.63 | 0.63 |
| Hex | 65 | DC | D4 | 36 | 0 | 4 | E | B0 | 3F | 3F |
| Octal | 145 | 334 | 324 | 66 | 0 | 4 | 16 | 260 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11010100 | 110110 | 0 | 100 | 1110 | 10110000 | 111111 | 111111 |
Color Harmonies of #65DCD4
Complementary color
Monochromatic Colors of #65DCD4
Black with #65DCD4
Text Example
Text Example
White with #65DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCD4; }
p { color: rgb(101,220,212); }
H1.HeaderClassName
{
color: #65DCD4;
}
.AnyTagClassName
{
color: #65DCD4;
}
</style>
background-color css
<style>
a { background-color: #65DCD4; }
a { background-color: rgb(101,220,212); }
div.DivClassName
{
background-color: #65DCD4;
}
.BgClassName
{
background-color: #65DCD4;
}
</style>
border-color css
<style>
span { border-color: #65DCD4; }
span { border-color: rgb(101,220,212); }
td.TdClassName
{
border-color: #65DCD4;
}
.TagClassName
{
border-color: #65DCD4;
}
</style>