Shades of Turquoise Blue #64CFD3
Tints of Turquoise Blue #64CFD3
RGB
CMYK
RGB Variations
Color information
#64CFD3 (or 0x64CFD3) is known color: Turquoise Blue. HEX triplet: 64, CF and D3. RGB value is (100,207,211). Sum of RGB (Red+Green+Blue) = 100+207+211=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #64CFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFD3 is #9B302C. Grayscale: #AFAFAF. Windows color (decimal): -10170413 or 13881188. OLE color: 13881188.
HSL color Cylindrical-coordinate representation of color #64CFD3: hue angle of 182.16º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CFD3 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 207 | 211 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.17 |
| HSL | 182.16º | 0.56% | 0.61% | - |
| HSV(B) | 182.16º | 0.53% | 0.83% | - |
| XYZ | 39.33 | 52.04 | 69.6 | - |
| YUV | 175.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 211 | 0.53 | 0.02 | 0 | 0.17 | 182.16 | 0.56 | 0.61 |
| Hex | 64 | CF | D3 | 35 | 2 | 0 | 11 | B6 | 38 | 3D |
| Octal | 144 | 317 | 323 | 65 | 2 | 0 | 21 | 266 | 70 | 75 |
| Binary | 1100100 | 11001111 | 11010011 | 110101 | 10 | 0 | 10001 | 10110110 | 111000 | 111101 |
Color Harmonies of #64CFD3
Complementary color
Monochromatic Colors of #64CFD3
Black with #64CFD3
Text Example
Text Example
White with #64CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFD3; }
p { color: rgb(100,207,211); }
H1.HeaderClassName
{
color: #64CFD3;
}
.AnyTagClassName
{
color: #64CFD3;
}
</style>
background-color css
<style>
a { background-color: #64CFD3; }
a { background-color: rgb(100,207,211); }
div.DivClassName
{
background-color: #64CFD3;
}
.BgClassName
{
background-color: #64CFD3;
}
</style>
border-color css
<style>
span { border-color: #64CFD3; }
span { border-color: rgb(100,207,211); }
td.TdClassName
{
border-color: #64CFD3;
}
.TagClassName
{
border-color: #64CFD3;
}
</style>