Shades of Turquoise Blue #64DDEF
Tints of Turquoise Blue #64DDEF
RGB
CMYK
RGB Variations
Color information
#64DDEF (or 0x64DDEF) is known color: Turquoise Blue. HEX triplet: 64, DD and EF. RGB value is (100,221,239). Sum of RGB (Red+Green+Blue) = 100+221+239=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #64DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDEF is #9B2210. Grayscale: #BABABA. Windows color (decimal): -10166801 or 15719780. OLE color: 15719780.
HSL color Cylindrical-coordinate representation of color #64DDEF: hue angle of 187.77º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DDEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 221 | 239 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.06 |
| HSL | 187.77º | 0.81% | 0.66% | - |
| HSV(B) | 187.77º | 0.58% | 0.94% | - |
| XYZ | 46.69 | 60.65 | 90.91 | - |
| YUV | 186.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 239 | 0.58 | 0.08 | 0 | 0.06 | 187.77 | 0.81 | 0.66 |
| Hex | 64 | DD | EF | 3A | 8 | 0 | 6 | BC | 51 | 42 |
| Octal | 144 | 335 | 357 | 72 | 10 | 0 | 6 | 274 | 121 | 102 |
| Binary | 1100100 | 11011101 | 11101111 | 111010 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000010 |
Color Harmonies of #64DDEF
Complementary color
Monochromatic Colors of #64DDEF
Black with #64DDEF
Text Example
Text Example
White with #64DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDEF; }
p { color: rgb(100,221,239); }
H1.HeaderClassName
{
color: #64DDEF;
}
.AnyTagClassName
{
color: #64DDEF;
}
</style>
background-color css
<style>
a { background-color: #64DDEF; }
a { background-color: rgb(100,221,239); }
div.DivClassName
{
background-color: #64DDEF;
}
.BgClassName
{
background-color: #64DDEF;
}
</style>
border-color css
<style>
span { border-color: #64DDEF; }
span { border-color: rgb(100,221,239); }
td.TdClassName
{
border-color: #64DDEF;
}
.TagClassName
{
border-color: #64DDEF;
}
</style>