Shades of Turquoise Blue #64DFFC
Tints of Turquoise Blue #64DFFC
RGB
CMYK
RGB Variations
Color information
#64DFFC (or 0x64DFFC) is known color: Turquoise Blue. HEX triplet: 64, DF and FC. RGB value is (100,223,252). Sum of RGB (Red+Green+Blue) = 100+223+252=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFFC is #9B2003. Grayscale: #BDBDBD. Windows color (decimal): -10166276 or 16572260. OLE color: 16572260.
HSL color Cylindrical-coordinate representation of color #64DFFC: hue angle of 191.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DFFC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 223 | 252 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.01 |
| HSL | 191.45º | 0.96% | 0.69% | - |
| HSV(B) | 191.45º | 0.6% | 0.99% | - |
| XYZ | 49.21 | 62.51 | 101.57 | - |
| YUV | 189.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 252 | 0.60 | 0.12 | 0 | 0.01 | 191.45 | 0.96 | 0.69 |
| Hex | 64 | DF | FC | 3C | C | 0 | 1 | BF | 60 | 45 |
| Octal | 144 | 337 | 374 | 74 | 14 | 0 | 1 | 277 | 140 | 105 |
| Binary | 1100100 | 11011111 | 11111100 | 111100 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000101 |
Color Harmonies of #64DFFC
Complementary color
Monochromatic Colors of #64DFFC
Black with #64DFFC
Text Example
Text Example
White with #64DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFFC; }
p { color: rgb(100,223,252); }
H1.HeaderClassName
{
color: #64DFFC;
}
.AnyTagClassName
{
color: #64DFFC;
}
</style>
background-color css
<style>
a { background-color: #64DFFC; }
a { background-color: rgb(100,223,252); }
div.DivClassName
{
background-color: #64DFFC;
}
.BgClassName
{
background-color: #64DFFC;
}
</style>
border-color css
<style>
span { border-color: #64DFFC; }
span { border-color: rgb(100,223,252); }
td.TdClassName
{
border-color: #64DFFC;
}
.TagClassName
{
border-color: #64DFFC;
}
</style>