Shades of Turquoise Blue #64DEFE
Tints of Turquoise Blue #64DEFE
RGB
CMYK
RGB Variations
Color information
#64DEFE (or 0x64DEFE) is known color: Turquoise Blue. HEX triplet: 64, DE and FE. RGB value is (100,222,254). Sum of RGB (Red+Green+Blue) = 100+222+254=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #64DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DEFE is #9B2101. Grayscale: #BCBCBC. Windows color (decimal): -10166530 or 16703076. OLE color: 16703076.
HSL color Cylindrical-coordinate representation of color #64DEFE: hue angle of 192.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64DEFE is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 222 | 254 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.00 |
| HSL | 192.47º | 0.99% | 0.69% | - |
| HSV(B) | 192.47º | 0.61% | 1% | - |
| XYZ | 49.27 | 62.11 | 103.16 | - |
| YUV | 189.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 254 | 0.61 | 0.13 | 0 | 0.00 | 192.47 | 0.99 | 0.69 |
| Hex | 64 | DE | FE | 3D | D | 0 | 0 | C0 | 63 | 45 |
| Octal | 144 | 336 | 376 | 75 | 15 | 0 | 0 | 300 | 143 | 105 |
| Binary | 1100100 | 11011110 | 11111110 | 111101 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000101 |
Color Harmonies of #64DEFE
Complementary color
Monochromatic Colors of #64DEFE
Black with #64DEFE
Text Example
Text Example
White with #64DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DEFE; }
p { color: rgb(100,222,254); }
H1.HeaderClassName
{
color: #64DEFE;
}
.AnyTagClassName
{
color: #64DEFE;
}
</style>
background-color css
<style>
a { background-color: #64DEFE; }
a { background-color: rgb(100,222,254); }
div.DivClassName
{
background-color: #64DEFE;
}
.BgClassName
{
background-color: #64DEFE;
}
</style>
border-color css
<style>
span { border-color: #64DEFE; }
span { border-color: rgb(100,222,254); }
td.TdClassName
{
border-color: #64DEFE;
}
.TagClassName
{
border-color: #64DEFE;
}
</style>