Shades of Turquoise Blue #64DDF4
Tints of Turquoise Blue #64DDF4
RGB
CMYK
RGB Variations
Color information
#64DDF4 (or 0x64DDF4) is known color: Turquoise Blue. HEX triplet: 64, DD and F4. RGB value is (100,221,244). Sum of RGB (Red+Green+Blue) = 100+221+244=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #64DDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDF4 is #9B220B. Grayscale: #BBBBBB. Windows color (decimal): -10166796 or 16047460. OLE color: 16047460.
HSL color Cylindrical-coordinate representation of color #64DDF4: hue angle of 189.58º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DDF4 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 221 | 244 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.04 |
| HSL | 189.58º | 0.87% | 0.67% | - |
| HSV(B) | 189.58º | 0.59% | 0.96% | - |
| XYZ | 47.44 | 60.95 | 94.85 | - |
| YUV | 187.44 | 159.91 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 244 | 0.59 | 0.09 | 0 | 0.04 | 189.58 | 0.87 | 0.67 |
| Hex | 64 | DD | F4 | 3B | 9 | 0 | 4 | BE | 57 | 43 |
| Octal | 144 | 335 | 364 | 73 | 11 | 0 | 4 | 276 | 127 | 103 |
| Binary | 1100100 | 11011101 | 11110100 | 111011 | 1001 | 0 | 100 | 10111110 | 1010111 | 1000011 |
Color Harmonies of #64DDF4
Complementary color
Monochromatic Colors of #64DDF4
Black with #64DDF4
Text Example
Text Example
White with #64DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDF4; }
p { color: rgb(100,221,244); }
H1.HeaderClassName
{
color: #64DDF4;
}
.AnyTagClassName
{
color: #64DDF4;
}
</style>
background-color css
<style>
a { background-color: #64DDF4; }
a { background-color: rgb(100,221,244); }
div.DivClassName
{
background-color: #64DDF4;
}
.BgClassName
{
background-color: #64DDF4;
}
</style>
border-color css
<style>
span { border-color: #64DDF4; }
span { border-color: rgb(100,221,244); }
td.TdClassName
{
border-color: #64DDF4;
}
.TagClassName
{
border-color: #64DDF4;
}
</style>