Shades of Turquoise Blue #64ECEE
Tints of Turquoise Blue #64ECEE
RGB
CMYK
RGB Variations
Color information
#64ECEE (or 0x64ECEE) is known color: Turquoise Blue. HEX triplet: 64, EC and EE. RGB value is (100,236,238). Sum of RGB (Red+Green+Blue) = 100+236+238=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #64ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECEE is #9B1311. Grayscale: #C3C3C3. Windows color (decimal): -10162962 or 15658084. OLE color: 15658084.
HSL color Cylindrical-coordinate representation of color #64ECEE: hue angle of 180.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECEE is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 238 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.07 |
| HSL | 180.87º | 0.8% | 0.66% | - |
| HSV(B) | 180.87º | 0.58% | 0.93% | - |
| XYZ | 50.68 | 68.87 | 91.51 | - |
| YUV | 195.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 238 | 0.58 | 0.01 | 0 | 0.07 | 180.87 | 0.8 | 0.66 |
| Hex | 64 | EC | EE | 3A | 1 | 0 | 7 | B5 | 50 | 42 |
| Octal | 144 | 354 | 356 | 72 | 1 | 0 | 7 | 265 | 120 | 102 |
| Binary | 1100100 | 11101100 | 11101110 | 111010 | 1 | 0 | 111 | 10110101 | 1010000 | 1000010 |
Color Harmonies of #64ECEE
Complementary color
Monochromatic Colors of #64ECEE
Black with #64ECEE
Text Example
Text Example
White with #64ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECEE; }
p { color: rgb(100,236,238); }
H1.HeaderClassName
{
color: #64ECEE;
}
.AnyTagClassName
{
color: #64ECEE;
}
</style>
background-color css
<style>
a { background-color: #64ECEE; }
a { background-color: rgb(100,236,238); }
div.DivClassName
{
background-color: #64ECEE;
}
.BgClassName
{
background-color: #64ECEE;
}
</style>
border-color css
<style>
span { border-color: #64ECEE; }
span { border-color: rgb(100,236,238); }
td.TdClassName
{
border-color: #64ECEE;
}
.TagClassName
{
border-color: #64ECEE;
}
</style>