Shades of Turquoise Blue #64DBFD
Tints of Turquoise Blue #64DBFD
RGB
CMYK
RGB Variations
Color information
#64DBFD (or 0x64DBFD) is known color: Turquoise Blue. HEX triplet: 64, DB and FD. RGB value is (100,219,253). Sum of RGB (Red+Green+Blue) = 100+219+253=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #64DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFD is #9B2402. Grayscale: #BBBBBB. Windows color (decimal): -10167299 or 16636772. OLE color: 16636772.
HSL color Cylindrical-coordinate representation of color #64DBFD: hue angle of 193.33º degrees, saturation: 0.97, 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 #64DBFD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 219 | 253 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.33º | 0.97% | 0.69% | - |
| HSV(B) | 193.33º | 0.6% | 0.99% | - |
| XYZ | 48.32 | 60.46 | 102.05 | - |
| YUV | 187.3 | 165.08 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 253 | 0.60 | 0.13 | 0 | 0.01 | 193.33 | 0.97 | 0.69 |
| Hex | 64 | DB | FD | 3C | D | 0 | 1 | C1 | 61 | 45 |
| Octal | 144 | 333 | 375 | 74 | 15 | 0 | 1 | 301 | 141 | 105 |
| Binary | 1100100 | 11011011 | 11111101 | 111100 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000101 |
Color Harmonies of #64DBFD
Complementary color
Monochromatic Colors of #64DBFD
Black with #64DBFD
Text Example
Text Example
White with #64DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBFD; }
p { color: rgb(100,219,253); }
H1.HeaderClassName
{
color: #64DBFD;
}
.AnyTagClassName
{
color: #64DBFD;
}
</style>
background-color css
<style>
a { background-color: #64DBFD; }
a { background-color: rgb(100,219,253); }
div.DivClassName
{
background-color: #64DBFD;
}
.BgClassName
{
background-color: #64DBFD;
}
</style>
border-color css
<style>
span { border-color: #64DBFD; }
span { border-color: rgb(100,219,253); }
td.TdClassName
{
border-color: #64DBFD;
}
.TagClassName
{
border-color: #64DBFD;
}
</style>