Shades of Turquoise Blue #64DFEE
Tints of Turquoise Blue #64DFEE
RGB
CMYK
RGB Variations
Color information
#64DFEE (or 0x64DFEE) is known color: Turquoise Blue. HEX triplet: 64, DF and EE. RGB value is (100,223,238). Sum of RGB (Red+Green+Blue) = 100+223+238=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #64DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFEE is #9B2011. Grayscale: #BBBBBB. Windows color (decimal): -10166290 or 15654756. OLE color: 15654756.
HSL color Cylindrical-coordinate representation of color #64DFEE: hue angle of 186.52º 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 #64DFEE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 223 | 238 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.07 |
| HSL | 186.52º | 0.8% | 0.66% | - |
| HSV(B) | 186.52º | 0.58% | 0.93% | - |
| XYZ | 47.08 | 61.66 | 90.31 | - |
| YUV | 187.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 238 | 0.58 | 0.06 | 0 | 0.07 | 186.52 | 0.8 | 0.66 |
| Hex | 64 | DF | EE | 3A | 6 | 0 | 7 | BB | 50 | 42 |
| Octal | 144 | 337 | 356 | 72 | 6 | 0 | 7 | 273 | 120 | 102 |
| Binary | 1100100 | 11011111 | 11101110 | 111010 | 110 | 0 | 111 | 10111011 | 1010000 | 1000010 |
Color Harmonies of #64DFEE
Complementary color
Monochromatic Colors of #64DFEE
Black with #64DFEE
Text Example
Text Example
White with #64DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFEE; }
p { color: rgb(100,223,238); }
H1.HeaderClassName
{
color: #64DFEE;
}
.AnyTagClassName
{
color: #64DFEE;
}
</style>
background-color css
<style>
a { background-color: #64DFEE; }
a { background-color: rgb(100,223,238); }
div.DivClassName
{
background-color: #64DFEE;
}
.BgClassName
{
background-color: #64DFEE;
}
</style>
border-color css
<style>
span { border-color: #64DFEE; }
span { border-color: rgb(100,223,238); }
td.TdClassName
{
border-color: #64DFEE;
}
.TagClassName
{
border-color: #64DFEE;
}
</style>