Shades of Turquoise Blue #64CFF4
Tints of Turquoise Blue #64CFF4
RGB
CMYK
RGB Variations
Color information
#64CFF4 (or 0x64CFF4) is known color: Turquoise Blue. HEX triplet: 64, CF and F4. RGB value is (100,207,244). Sum of RGB (Red+Green+Blue) = 100+207+244=551 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.15% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #64CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFF4 is #9B300B. Grayscale: #B2B2B2. Windows color (decimal): -10170380 or 16043876. OLE color: 16043876.
HSL color Cylindrical-coordinate representation of color #64CFF4: hue angle of 195.42º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64CFF4 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 207 | 244 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.04 |
| HSL | 195.42º | 0.87% | 0.67% | - |
| HSV(B) | 195.42º | 0.59% | 0.96% | - |
| XYZ | 43.9 | 53.87 | 93.67 | - |
| YUV | 179.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 244 | 0.59 | 0.15 | 0 | 0.04 | 195.42 | 0.87 | 0.67 |
| Hex | 64 | CF | F4 | 3B | F | 0 | 4 | C3 | 57 | 43 |
| Octal | 144 | 317 | 364 | 73 | 17 | 0 | 4 | 303 | 127 | 103 |
| Binary | 1100100 | 11001111 | 11110100 | 111011 | 1111 | 0 | 100 | 11000011 | 1010111 | 1000011 |
Color Harmonies of #64CFF4
Complementary color
Monochromatic Colors of #64CFF4
Black with #64CFF4
Text Example
Text Example
White with #64CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFF4; }
p { color: rgb(100,207,244); }
H1.HeaderClassName
{
color: #64CFF4;
}
.AnyTagClassName
{
color: #64CFF4;
}
</style>
background-color css
<style>
a { background-color: #64CFF4; }
a { background-color: rgb(100,207,244); }
div.DivClassName
{
background-color: #64CFF4;
}
.BgClassName
{
background-color: #64CFF4;
}
</style>
border-color css
<style>
span { border-color: #64CFF4; }
span { border-color: rgb(100,207,244); }
td.TdClassName
{
border-color: #64CFF4;
}
.TagClassName
{
border-color: #64CFF4;
}
</style>