Shades of Turquoise Blue #64F3E5
Tints of Turquoise Blue #64F3E5
RGB
CMYK
RGB Variations
Color information
#64F3E5 (or 0x64F3E5) is known color: Turquoise Blue. HEX triplet: 64, F3 and E5. RGB value is (100,243,229). Sum of RGB (Red+Green+Blue) = 100+243+229=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F3E5 is #9B0C1A. Grayscale: #C6C6C6. Windows color (decimal): -10161179 or 15070052. OLE color: 15070052.
HSL color Cylindrical-coordinate representation of color #64F3E5: hue angle of 174.13º degrees, saturation: 0.86, 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 #64F3E5 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 229 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.05 |
| HSL | 174.13º | 0.86% | 0.67% | - |
| HSV(B) | 174.13º | 0.59% | 0.95% | - |
| XYZ | 51.45 | 72.47 | 85.4 | - |
| YUV | 198.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 229 | 0.59 | 0 | 0.06 | 0.05 | 174.13 | 0.86 | 0.67 |
| Hex | 64 | F3 | E5 | 3B | 0 | 6 | 5 | AE | 56 | 43 |
| Octal | 144 | 363 | 345 | 73 | 0 | 6 | 5 | 256 | 126 | 103 |
| Binary | 1100100 | 11110011 | 11100101 | 111011 | 0 | 110 | 101 | 10101110 | 1010110 | 1000011 |
Color Harmonies of #64F3E5
Complementary color
Monochromatic Colors of #64F3E5
Black with #64F3E5
Text Example
Text Example
White with #64F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3E5; }
p { color: rgb(100,243,229); }
H1.HeaderClassName
{
color: #64F3E5;
}
.AnyTagClassName
{
color: #64F3E5;
}
</style>
background-color css
<style>
a { background-color: #64F3E5; }
a { background-color: rgb(100,243,229); }
div.DivClassName
{
background-color: #64F3E5;
}
.BgClassName
{
background-color: #64F3E5;
}
</style>
border-color css
<style>
span { border-color: #64F3E5; }
span { border-color: rgb(100,243,229); }
td.TdClassName
{
border-color: #64F3E5;
}
.TagClassName
{
border-color: #64F3E5;
}
</style>