Shades of Turquoise Blue #64DFFA
Tints of Turquoise Blue #64DFFA
RGB
CMYK
RGB Variations
Color information
#64DFFA (or 0x64DFFA) is known color: Turquoise Blue. HEX triplet: 64, DF and FA. RGB value is (100,223,250). Sum of RGB (Red+Green+Blue) = 100+223+250=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #64DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFFA is #9B2005. Grayscale: #BDBDBD. Windows color (decimal): -10166278 or 16441188. OLE color: 16441188.
HSL color Cylindrical-coordinate representation of color #64DFFA: hue angle of 190.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DFFA is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 223 | 250 | - |
| CMYK | 0.6 | 0.11 | 0 | 0.02 |
| HSL | 190.8º | 0.94% | 0.69% | - |
| HSV(B) | 190.8º | 0.6% | 0.98% | - |
| XYZ | 48.9 | 62.39 | 99.91 | - |
| YUV | 189.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 250 | 0.6 | 0.11 | 0 | 0.02 | 190.8 | 0.94 | 0.69 |
| Hex | 64 | DF | FA | 3C | B | 0 | 2 | BF | 5E | 45 |
| Octal | 144 | 337 | 372 | 74 | 13 | 0 | 2 | 277 | 136 | 105 |
| Binary | 1100100 | 11011111 | 11111010 | 111100 | 1011 | 0 | 10 | 10111111 | 1011110 | 1000101 |
Color Harmonies of #64DFFA
Complementary color
Monochromatic Colors of #64DFFA
Black with #64DFFA
Text Example
Text Example
White with #64DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFFA; }
p { color: rgb(100,223,250); }
H1.HeaderClassName
{
color: #64DFFA;
}
.AnyTagClassName
{
color: #64DFFA;
}
</style>
background-color css
<style>
a { background-color: #64DFFA; }
a { background-color: rgb(100,223,250); }
div.DivClassName
{
background-color: #64DFFA;
}
.BgClassName
{
background-color: #64DFFA;
}
</style>
border-color css
<style>
span { border-color: #64DFFA; }
span { border-color: rgb(100,223,250); }
td.TdClassName
{
border-color: #64DFFA;
}
.TagClassName
{
border-color: #64DFFA;
}
</style>