Shades of Turquoise Blue #64D7EF
Tints of Turquoise Blue #64D7EF
RGB
CMYK
RGB Variations
Color information
#64D7EF (or 0x64D7EF) is known color: Turquoise Blue. HEX triplet: 64, D7 and EF. RGB value is (100,215,239). Sum of RGB (Red+Green+Blue) = 100+215+239=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #64D7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D7EF is #9B2810. Grayscale: #B7B7B7. Windows color (decimal): -10168337 or 15718244. OLE color: 15718244.
HSL color Cylindrical-coordinate representation of color #64D7EF: hue angle of 190.36º 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 #64D7EF is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 215 | 239 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.06 |
| HSL | 190.36º | 0.81% | 0.66% | - |
| HSV(B) | 190.36º | 0.58% | 0.94% | - |
| XYZ | 45.14 | 57.54 | 90.39 | - |
| YUV | 183.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 239 | 0.58 | 0.10 | 0 | 0.06 | 190.36 | 0.81 | 0.66 |
| Hex | 64 | D7 | EF | 3A | A | 0 | 6 | BE | 51 | 42 |
| Octal | 144 | 327 | 357 | 72 | 12 | 0 | 6 | 276 | 121 | 102 |
| Binary | 1100100 | 11010111 | 11101111 | 111010 | 1010 | 0 | 110 | 10111110 | 1010001 | 1000010 |
Color Harmonies of #64D7EF
Complementary color
Monochromatic Colors of #64D7EF
Black with #64D7EF
Text Example
Text Example
White with #64D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7EF; }
p { color: rgb(100,215,239); }
H1.HeaderClassName
{
color: #64D7EF;
}
.AnyTagClassName
{
color: #64D7EF;
}
</style>
background-color css
<style>
a { background-color: #64D7EF; }
a { background-color: rgb(100,215,239); }
div.DivClassName
{
background-color: #64D7EF;
}
.BgClassName
{
background-color: #64D7EF;
}
</style>
border-color css
<style>
span { border-color: #64D7EF; }
span { border-color: rgb(100,215,239); }
td.TdClassName
{
border-color: #64D7EF;
}
.TagClassName
{
border-color: #64D7EF;
}
</style>