Shades of Turquoise Blue #64DCE3
Tints of Turquoise Blue #64DCE3
RGB
CMYK
RGB Variations
Color information
#64DCE3 (or 0x64DCE3) is known color: Turquoise Blue. HEX triplet: 64, DC and E3. RGB value is (100,220,227). Sum of RGB (Red+Green+Blue) = 100+220+227=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #64DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCE3 is #9B231C. Grayscale: #B8B8B8. Windows color (decimal): -10167069 or 14933092. OLE color: 14933092.
HSL color Cylindrical-coordinate representation of color #64DCE3: hue angle of 183.31º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64DCE3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 220 | 227 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.11 |
| HSL | 183.31º | 0.69% | 0.64% | - |
| HSV(B) | 183.31º | 0.56% | 0.89% | - |
| XYZ | 44.71 | 59.44 | 81.79 | - |
| YUV | 184.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 227 | 0.56 | 0.03 | 0 | 0.11 | 183.31 | 0.69 | 0.64 |
| Hex | 64 | DC | E3 | 38 | 3 | 0 | B | B7 | 45 | 40 |
| Octal | 144 | 334 | 343 | 70 | 3 | 0 | 13 | 267 | 105 | 100 |
| Binary | 1100100 | 11011100 | 11100011 | 111000 | 11 | 0 | 1011 | 10110111 | 1000101 | 1000000 |
Color Harmonies of #64DCE3
Complementary color
Monochromatic Colors of #64DCE3
Black with #64DCE3
Text Example
Text Example
White with #64DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCE3; }
p { color: rgb(100,220,227); }
H1.HeaderClassName
{
color: #64DCE3;
}
.AnyTagClassName
{
color: #64DCE3;
}
</style>
background-color css
<style>
a { background-color: #64DCE3; }
a { background-color: rgb(100,220,227); }
div.DivClassName
{
background-color: #64DCE3;
}
.BgClassName
{
background-color: #64DCE3;
}
</style>
border-color css
<style>
span { border-color: #64DCE3; }
span { border-color: rgb(100,220,227); }
td.TdClassName
{
border-color: #64DCE3;
}
.TagClassName
{
border-color: #64DCE3;
}
</style>