Shades of Turquoise Blue #64DCFB
Tints of Turquoise Blue #64DCFB
RGB
CMYK
RGB Variations
Color information
#64DCFB (or 0x64DCFB) is known color: Turquoise Blue. HEX triplet: 64, DC and FB. RGB value is (100,220,251). Sum of RGB (Red+Green+Blue) = 100+220+251=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #64DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCFB is #9B2304. Grayscale: #BBBBBB. Windows color (decimal): -10167045 or 16505956. OLE color: 16505956.
HSL color Cylindrical-coordinate representation of color #64DCFB: hue angle of 192.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DCFB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 220 | 251 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.02 |
| HSL | 192.32º | 0.95% | 0.69% | - |
| HSV(B) | 192.32º | 0.6% | 0.98% | - |
| XYZ | 48.26 | 60.86 | 100.47 | - |
| YUV | 187.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 251 | 0.60 | 0.12 | 0 | 0.02 | 192.32 | 0.95 | 0.69 |
| Hex | 64 | DC | FB | 3C | C | 0 | 2 | C0 | 5F | 45 |
| Octal | 144 | 334 | 373 | 74 | 14 | 0 | 2 | 300 | 137 | 105 |
| Binary | 1100100 | 11011100 | 11111011 | 111100 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000101 |
Color Harmonies of #64DCFB
Complementary color
Monochromatic Colors of #64DCFB
Black with #64DCFB
Text Example
Text Example
White with #64DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCFB; }
p { color: rgb(100,220,251); }
H1.HeaderClassName
{
color: #64DCFB;
}
.AnyTagClassName
{
color: #64DCFB;
}
</style>
background-color css
<style>
a { background-color: #64DCFB; }
a { background-color: rgb(100,220,251); }
div.DivClassName
{
background-color: #64DCFB;
}
.BgClassName
{
background-color: #64DCFB;
}
</style>
border-color css
<style>
span { border-color: #64DCFB; }
span { border-color: rgb(100,220,251); }
td.TdClassName
{
border-color: #64DCFB;
}
.TagClassName
{
border-color: #64DCFB;
}
</style>