Shades of Turquoise Blue #64DDF9
Tints of Turquoise Blue #64DDF9
RGB
CMYK
RGB Variations
Color information
#64DDF9 (or 0x64DDF9) is known color: Turquoise Blue. HEX triplet: 64, DD and F9. RGB value is (100,221,249). Sum of RGB (Red+Green+Blue) = 100+221+249=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #64DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDF9 is #9B2206. Grayscale: #BBBBBB. Windows color (decimal): -10166791 or 16375140. OLE color: 16375140.
HSL color Cylindrical-coordinate representation of color #64DDF9: hue angle of 191.28º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DDF9 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 221 | 249 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.02 |
| HSL | 191.28º | 0.93% | 0.68% | - |
| HSV(B) | 191.28º | 0.6% | 0.98% | - |
| XYZ | 48.21 | 61.26 | 98.91 | - |
| YUV | 188.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 249 | 0.60 | 0.11 | 0 | 0.02 | 191.28 | 0.93 | 0.68 |
| Hex | 64 | DD | F9 | 3C | B | 0 | 2 | BF | 5D | 44 |
| Octal | 144 | 335 | 371 | 74 | 13 | 0 | 2 | 277 | 135 | 104 |
| Binary | 1100100 | 11011101 | 11111001 | 111100 | 1011 | 0 | 10 | 10111111 | 1011101 | 1000100 |
Color Harmonies of #64DDF9
Complementary color
Monochromatic Colors of #64DDF9
Black with #64DDF9
Text Example
Text Example
White with #64DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDF9; }
p { color: rgb(100,221,249); }
H1.HeaderClassName
{
color: #64DDF9;
}
.AnyTagClassName
{
color: #64DDF9;
}
</style>
background-color css
<style>
a { background-color: #64DDF9; }
a { background-color: rgb(100,221,249); }
div.DivClassName
{
background-color: #64DDF9;
}
.BgClassName
{
background-color: #64DDF9;
}
</style>
border-color css
<style>
span { border-color: #64DDF9; }
span { border-color: rgb(100,221,249); }
td.TdClassName
{
border-color: #64DDF9;
}
.TagClassName
{
border-color: #64DDF9;
}
</style>