Shades of Turquoise Blue #64DCDF
Tints of Turquoise Blue #64DCDF
RGB
CMYK
RGB Variations
Color information
#64DCDF (or 0x64DCDF) is known color: Turquoise Blue. HEX triplet: 64, DC and DF. RGB value is (100,220,223). Sum of RGB (Red+Green+Blue) = 100+220+223=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #64DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCDF is #9B2320. Grayscale: #B8B8B8. Windows color (decimal): -10167073 or 14670948. OLE color: 14670948.
HSL color Cylindrical-coordinate representation of color #64DCDF: hue angle of 181.46º 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 #64DCDF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 220 | 223 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.13 |
| HSL | 181.46º | 0.66% | 0.63% | - |
| HSV(B) | 181.46º | 0.55% | 0.87% | - |
| XYZ | 44.17 | 59.22 | 78.92 | - |
| YUV | 184.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 223 | 0.55 | 0.01 | 0 | 0.13 | 181.46 | 0.66 | 0.63 |
| Hex | 64 | DC | DF | 37 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 144 | 334 | 337 | 67 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100100 | 11011100 | 11011111 | 110111 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #64DCDF
Complementary color
Monochromatic Colors of #64DCDF
Black with #64DCDF
Text Example
Text Example
White with #64DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCDF; }
p { color: rgb(100,220,223); }
H1.HeaderClassName
{
color: #64DCDF;
}
.AnyTagClassName
{
color: #64DCDF;
}
</style>
background-color css
<style>
a { background-color: #64DCDF; }
a { background-color: rgb(100,220,223); }
div.DivClassName
{
background-color: #64DCDF;
}
.BgClassName
{
background-color: #64DCDF;
}
</style>
border-color css
<style>
span { border-color: #64DCDF; }
span { border-color: rgb(100,220,223); }
td.TdClassName
{
border-color: #64DCDF;
}
.TagClassName
{
border-color: #64DCDF;
}
</style>