Shades of Turquoise Blue #64DDF1
Tints of Turquoise Blue #64DDF1
RGB
CMYK
RGB Variations
Color information
#64DDF1 (or 0x64DDF1) is known color: Turquoise Blue. HEX triplet: 64, DD and F1. RGB value is (100,221,241). Sum of RGB (Red+Green+Blue) = 100+221+241=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #64DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDF1 is #9B220E. Grayscale: #BABABA. Windows color (decimal): -10166799 or 15850852. OLE color: 15850852.
HSL color Cylindrical-coordinate representation of color #64DDF1: hue angle of 188.51º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DDF1 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 221 | 241 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.05 |
| HSL | 188.51º | 0.83% | 0.67% | - |
| HSV(B) | 188.51º | 0.59% | 0.95% | - |
| XYZ | 46.99 | 60.77 | 92.47 | - |
| YUV | 187.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 241 | 0.59 | 0.08 | 0 | 0.05 | 188.51 | 0.83 | 0.67 |
| Hex | 64 | DD | F1 | 3B | 8 | 0 | 5 | BD | 53 | 43 |
| Octal | 144 | 335 | 361 | 73 | 10 | 0 | 5 | 275 | 123 | 103 |
| Binary | 1100100 | 11011101 | 11110001 | 111011 | 1000 | 0 | 101 | 10111101 | 1010011 | 1000011 |
Color Harmonies of #64DDF1
Complementary color
Monochromatic Colors of #64DDF1
Black with #64DDF1
Text Example
Text Example
White with #64DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDF1; }
p { color: rgb(100,221,241); }
H1.HeaderClassName
{
color: #64DDF1;
}
.AnyTagClassName
{
color: #64DDF1;
}
</style>
background-color css
<style>
a { background-color: #64DDF1; }
a { background-color: rgb(100,221,241); }
div.DivClassName
{
background-color: #64DDF1;
}
.BgClassName
{
background-color: #64DDF1;
}
</style>
border-color css
<style>
span { border-color: #64DDF1; }
span { border-color: rgb(100,221,241); }
td.TdClassName
{
border-color: #64DDF1;
}
.TagClassName
{
border-color: #64DDF1;
}
</style>