Shades of Turquoise Blue #65DCDC
Tints of Turquoise Blue #65DCDC
RGB
CMYK
RGB Variations
Color information
#65DCDC (or 0x65DCDC) is known color: Turquoise Blue. HEX triplet: 65, DC and DC. RGB value is (101,220,220). Sum of RGB (Red+Green+Blue) = 101+220+220=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #65DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCDC is #9A2323. Grayscale: #B8B8B8. Windows color (decimal): -10101540 or 14474341. OLE color: 14474341.
HSL color Cylindrical-coordinate representation of color #65DCDC: hue angle of 180º 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 #65DCDC is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 220 | - |
| CMYK | 0.54 | 0 | 0 | 0.14 |
| HSL | 180º | 0.63% | 0.63% | - |
| HSV(B) | 180º | 0.54% | 0.86% | - |
| XYZ | 43.88 | 59.12 | 76.81 | - |
| YUV | 184.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 220 | 0.54 | 0 | 0 | 0.14 | 180 | 0.63 | 0.63 |
| Hex | 65 | DC | DC | 36 | 0 | 0 | E | B4 | 3F | 3F |
| Octal | 145 | 334 | 334 | 66 | 0 | 0 | 16 | 264 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11011100 | 110110 | 0 | 0 | 1110 | 10110100 | 111111 | 111111 |
Color Harmonies of #65DCDC
Complementary color
Monochromatic Colors of #65DCDC
Black with #65DCDC
Text Example
Text Example
White with #65DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCDC; }
p { color: rgb(101,220,220); }
H1.HeaderClassName
{
color: #65DCDC;
}
.AnyTagClassName
{
color: #65DCDC;
}
</style>
background-color css
<style>
a { background-color: #65DCDC; }
a { background-color: rgb(101,220,220); }
div.DivClassName
{
background-color: #65DCDC;
}
.BgClassName
{
background-color: #65DCDC;
}
</style>
border-color css
<style>
span { border-color: #65DCDC; }
span { border-color: rgb(101,220,220); }
td.TdClassName
{
border-color: #65DCDC;
}
.TagClassName
{
border-color: #65DCDC;
}
</style>