Shades of Turquoise Blue #65DFDC
Tints of Turquoise Blue #65DFDC
RGB
CMYK
RGB Variations
Color information
#65DFDC (or 0x65DFDC) is known color: Turquoise Blue. HEX triplet: 65, DF and DC. RGB value is (101,223,220). Sum of RGB (Red+Green+Blue) = 101+223+220=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFDC is #9A2023. Grayscale: #BABABA. Windows color (decimal): -10100772 or 14475109. OLE color: 14475109.
HSL color Cylindrical-coordinate representation of color #65DFDC: hue angle of 178.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFDC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 220 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 178.52º | 0.66% | 0.64% | - |
| HSV(B) | 178.52º | 0.55% | 0.87% | - |
| XYZ | 44.67 | 60.71 | 77.07 | - |
| YUV | 186.18 | 147.08 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 220 | 0.55 | 0 | 0.01 | 0.13 | 178.52 | 0.66 | 0.64 |
| Hex | 65 | DF | DC | 37 | 0 | 1 | D | B3 | 42 | 40 |
| Octal | 145 | 337 | 334 | 67 | 0 | 1 | 15 | 263 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11011100 | 110111 | 0 | 1 | 1101 | 10110011 | 1000010 | 1000000 |
Color Harmonies of #65DFDC
Complementary color
Monochromatic Colors of #65DFDC
Black with #65DFDC
Text Example
Text Example
White with #65DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFDC; }
p { color: rgb(101,223,220); }
H1.HeaderClassName
{
color: #65DFDC;
}
.AnyTagClassName
{
color: #65DFDC;
}
</style>
background-color css
<style>
a { background-color: #65DFDC; }
a { background-color: rgb(101,223,220); }
div.DivClassName
{
background-color: #65DFDC;
}
.BgClassName
{
background-color: #65DFDC;
}
</style>
border-color css
<style>
span { border-color: #65DFDC; }
span { border-color: rgb(101,223,220); }
td.TdClassName
{
border-color: #65DFDC;
}
.TagClassName
{
border-color: #65DFDC;
}
</style>