Shades of Turquoise Blue #64DFD3
Tints of Turquoise Blue #64DFD3
RGB
CMYK
RGB Variations
Color information
#64DFD3 (or 0x64DFD3) is known color: Turquoise Blue. HEX triplet: 64, DF and D3. RGB value is (100,223,211). Sum of RGB (Red+Green+Blue) = 100+223+211=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFD3 is #9B202C. Grayscale: #B8B8B8. Windows color (decimal): -10166317 or 13885284. OLE color: 13885284.
HSL color Cylindrical-coordinate representation of color #64DFD3: hue angle of 174.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFD3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 211 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.13 |
| HSL | 174.15º | 0.66% | 0.63% | - |
| HSV(B) | 174.15º | 0.55% | 0.87% | - |
| XYZ | 43.4 | 60.19 | 70.96 | - |
| YUV | 184.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 211 | 0.55 | 0 | 0.05 | 0.13 | 174.15 | 0.66 | 0.63 |
| Hex | 64 | DF | D3 | 37 | 0 | 5 | D | AE | 42 | 3F |
| Octal | 144 | 337 | 323 | 67 | 0 | 5 | 15 | 256 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11010011 | 110111 | 0 | 101 | 1101 | 10101110 | 1000010 | 111111 |
Color Harmonies of #64DFD3
Complementary color
Monochromatic Colors of #64DFD3
Black with #64DFD3
Text Example
Text Example
White with #64DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFD3; }
p { color: rgb(100,223,211); }
H1.HeaderClassName
{
color: #64DFD3;
}
.AnyTagClassName
{
color: #64DFD3;
}
</style>
background-color css
<style>
a { background-color: #64DFD3; }
a { background-color: rgb(100,223,211); }
div.DivClassName
{
background-color: #64DFD3;
}
.BgClassName
{
background-color: #64DFD3;
}
</style>
border-color css
<style>
span { border-color: #64DFD3; }
span { border-color: rgb(100,223,211); }
td.TdClassName
{
border-color: #64DFD3;
}
.TagClassName
{
border-color: #64DFD3;
}
</style>