Shades of Turquoise Blue #64CFE3
Tints of Turquoise Blue #64CFE3
RGB
CMYK
RGB Variations
Color information
#64CFE3 (or 0x64CFE3) is known color: Turquoise Blue. HEX triplet: 64, CF and E3. RGB value is (100,207,227). Sum of RGB (Red+Green+Blue) = 100+207+227=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #64CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFE3 is #9B301C. Grayscale: #B1B1B1. Windows color (decimal): -10170397 or 14929764. OLE color: 14929764.
HSL color Cylindrical-coordinate representation of color #64CFE3: hue angle of 189.45º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64CFE3 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 207 | 227 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.11 |
| HSL | 189.45º | 0.69% | 0.64% | - |
| HSV(B) | 189.45º | 0.56% | 0.89% | - |
| XYZ | 41.43 | 52.88 | 80.7 | - |
| YUV | 177.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 227 | 0.56 | 0.09 | 0 | 0.11 | 189.45 | 0.69 | 0.64 |
| Hex | 64 | CF | E3 | 38 | 9 | 0 | B | BD | 45 | 40 |
| Octal | 144 | 317 | 343 | 70 | 11 | 0 | 13 | 275 | 105 | 100 |
| Binary | 1100100 | 11001111 | 11100011 | 111000 | 1001 | 0 | 1011 | 10111101 | 1000101 | 1000000 |
Color Harmonies of #64CFE3
Complementary color
Monochromatic Colors of #64CFE3
Black with #64CFE3
Text Example
Text Example
White with #64CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFE3; }
p { color: rgb(100,207,227); }
H1.HeaderClassName
{
color: #64CFE3;
}
.AnyTagClassName
{
color: #64CFE3;
}
</style>
background-color css
<style>
a { background-color: #64CFE3; }
a { background-color: rgb(100,207,227); }
div.DivClassName
{
background-color: #64CFE3;
}
.BgClassName
{
background-color: #64CFE3;
}
</style>
border-color css
<style>
span { border-color: #64CFE3; }
span { border-color: rgb(100,207,227); }
td.TdClassName
{
border-color: #64CFE3;
}
.TagClassName
{
border-color: #64CFE3;
}
</style>