Shades of Turquoise Blue #64CFF2
Tints of Turquoise Blue #64CFF2
RGB
CMYK
RGB Variations
Color information
#64CFF2 (or 0x64CFF2) is known color: Turquoise Blue. HEX triplet: 64, CF and F2. RGB value is (100,207,242). Sum of RGB (Red+Green+Blue) = 100+207+242=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #64CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFF2 is #9B300D. Grayscale: #B2B2B2. Windows color (decimal): -10170382 or 15912804. OLE color: 15912804.
HSL color Cylindrical-coordinate representation of color #64CFF2: hue angle of 194.79º degrees, saturation: 0.85, 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 #64CFF2 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 207 | 242 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.05 |
| HSL | 194.79º | 0.85% | 0.67% | - |
| HSV(B) | 194.79º | 0.59% | 0.95% | - |
| XYZ | 43.6 | 53.75 | 92.08 | - |
| YUV | 179 | 163.55 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 242 | 0.59 | 0.14 | 0 | 0.05 | 194.79 | 0.85 | 0.67 |
| Hex | 64 | CF | F2 | 3B | E | 0 | 5 | C3 | 55 | 43 |
| Octal | 144 | 317 | 362 | 73 | 16 | 0 | 5 | 303 | 125 | 103 |
| Binary | 1100100 | 11001111 | 11110010 | 111011 | 1110 | 0 | 101 | 11000011 | 1010101 | 1000011 |
Color Harmonies of #64CFF2
Complementary color
Monochromatic Colors of #64CFF2
Black with #64CFF2
Text Example
Text Example
White with #64CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFF2; }
p { color: rgb(100,207,242); }
H1.HeaderClassName
{
color: #64CFF2;
}
.AnyTagClassName
{
color: #64CFF2;
}
</style>
background-color css
<style>
a { background-color: #64CFF2; }
a { background-color: rgb(100,207,242); }
div.DivClassName
{
background-color: #64CFF2;
}
.BgClassName
{
background-color: #64CFF2;
}
</style>
border-color css
<style>
span { border-color: #64CFF2; }
span { border-color: rgb(100,207,242); }
td.TdClassName
{
border-color: #64CFF2;
}
.TagClassName
{
border-color: #64CFF2;
}
</style>