Shades of Turquoise Blue #64EDF2
Tints of Turquoise Blue #64EDF2
RGB
CMYK
RGB Variations
Color information
#64EDF2 (or 0x64EDF2) is known color: Turquoise Blue. HEX triplet: 64, ED and F2. RGB value is (100,237,242). Sum of RGB (Red+Green+Blue) = 100+237+242=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #64EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDF2 is #9B120D. Grayscale: #C4C4C4. Windows color (decimal): -10162702 or 15920484. OLE color: 15920484.
HSL color Cylindrical-coordinate representation of color #64EDF2: hue angle of 182.11º 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 #64EDF2 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 237 | 242 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 182.11º | 0.85% | 0.67% | - |
| HSV(B) | 182.11º | 0.59% | 0.95% | - |
| XYZ | 51.57 | 69.69 | 94.74 | - |
| YUV | 196.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 242 | 0.59 | 0.02 | 0 | 0.05 | 182.11 | 0.85 | 0.67 |
| Hex | 64 | ED | F2 | 3B | 2 | 0 | 5 | B6 | 55 | 43 |
| Octal | 144 | 355 | 362 | 73 | 2 | 0 | 5 | 266 | 125 | 103 |
| Binary | 1100100 | 11101101 | 11110010 | 111011 | 10 | 0 | 101 | 10110110 | 1010101 | 1000011 |
Color Harmonies of #64EDF2
Complementary color
Monochromatic Colors of #64EDF2
Black with #64EDF2
Text Example
Text Example
White with #64EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDF2; }
p { color: rgb(100,237,242); }
H1.HeaderClassName
{
color: #64EDF2;
}
.AnyTagClassName
{
color: #64EDF2;
}
</style>
background-color css
<style>
a { background-color: #64EDF2; }
a { background-color: rgb(100,237,242); }
div.DivClassName
{
background-color: #64EDF2;
}
.BgClassName
{
background-color: #64EDF2;
}
</style>
border-color css
<style>
span { border-color: #64EDF2; }
span { border-color: rgb(100,237,242); }
td.TdClassName
{
border-color: #64EDF2;
}
.TagClassName
{
border-color: #64EDF2;
}
</style>