Shades of Turquoise Blue #65DFD3
Tints of Turquoise Blue #65DFD3
RGB
CMYK
RGB Variations
Color information
#65DFD3 (or 0x65DFD3) is known color: Turquoise Blue. HEX triplet: 65, DF and D3. RGB value is (101,223,211). Sum of RGB (Red+Green+Blue) = 101+223+211=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFD3 is #9A202C. Grayscale: #B9B9B9. Windows color (decimal): -10100781 or 13885285. OLE color: 13885285.
HSL color Cylindrical-coordinate representation of color #65DFD3: hue angle of 174.1º 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 #65DFD3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 211 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.13 |
| HSL | 174.1º | 0.66% | 0.64% | - |
| HSV(B) | 174.1º | 0.55% | 0.87% | - |
| XYZ | 43.51 | 60.25 | 70.96 | - |
| YUV | 185.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 211 | 0.55 | 0 | 0.05 | 0.13 | 174.1 | 0.66 | 0.64 |
| Hex | 65 | DF | D3 | 37 | 0 | 5 | D | AE | 42 | 40 |
| Octal | 145 | 337 | 323 | 67 | 0 | 5 | 15 | 256 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11010011 | 110111 | 0 | 101 | 1101 | 10101110 | 1000010 | 1000000 |
Color Harmonies of #65DFD3
Complementary color
Monochromatic Colors of #65DFD3
Black with #65DFD3
Text Example
Text Example
White with #65DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFD3; }
p { color: rgb(101,223,211); }
H1.HeaderClassName
{
color: #65DFD3;
}
.AnyTagClassName
{
color: #65DFD3;
}
</style>
background-color css
<style>
a { background-color: #65DFD3; }
a { background-color: rgb(101,223,211); }
div.DivClassName
{
background-color: #65DFD3;
}
.BgClassName
{
background-color: #65DFD3;
}
</style>
border-color css
<style>
span { border-color: #65DFD3; }
span { border-color: rgb(101,223,211); }
td.TdClassName
{
border-color: #65DFD3;
}
.TagClassName
{
border-color: #65DFD3;
}
</style>