Shades of Turquoise Blue #64DDFE
Tints of Turquoise Blue #64DDFE
RGB
CMYK
RGB Variations
Color information
#64DDFE (or 0x64DDFE) is known color: Turquoise Blue. HEX triplet: 64, DD and FE. RGB value is (100,221,254). Sum of RGB (Red+Green+Blue) = 100+221+254=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #64DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDFE is #9B2201. Grayscale: #BCBCBC. Windows color (decimal): -10166786 or 16702820. OLE color: 16702820.
HSL color Cylindrical-coordinate representation of color #64DDFE: hue angle of 192.86º 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 #64DDFE is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 221 | 254 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.00 |
| HSL | 192.86º | 0.99% | 0.69% | - |
| HSV(B) | 192.86º | 0.61% | 1% | - |
| XYZ | 49 | 61.58 | 103.07 | - |
| YUV | 188.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 254 | 0.61 | 0.13 | 0 | 0.00 | 192.86 | 0.99 | 0.69 |
| Hex | 64 | DD | FE | 3D | D | 0 | 0 | C1 | 63 | 45 |
| Octal | 144 | 335 | 376 | 75 | 15 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100100 | 11011101 | 11111110 | 111101 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #64DDFE
Complementary color
Monochromatic Colors of #64DDFE
Black with #64DDFE
Text Example
Text Example
White with #64DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDFE; }
p { color: rgb(100,221,254); }
H1.HeaderClassName
{
color: #64DDFE;
}
.AnyTagClassName
{
color: #64DDFE;
}
</style>
background-color css
<style>
a { background-color: #64DDFE; }
a { background-color: rgb(100,221,254); }
div.DivClassName
{
background-color: #64DDFE;
}
.BgClassName
{
background-color: #64DDFE;
}
</style>
border-color css
<style>
span { border-color: #64DDFE; }
span { border-color: rgb(100,221,254); }
td.TdClassName
{
border-color: #64DDFE;
}
.TagClassName
{
border-color: #64DDFE;
}
</style>