Shades of Turquoise Blue #64CDEA
Tints of Turquoise Blue #64CDEA
RGB
CMYK
RGB Variations
Color information
#64CDEA (or 0x64CDEA) is known color: Turquoise Blue. HEX triplet: 64, CD and EA. RGB value is (100,205,234). Sum of RGB (Red+Green+Blue) = 100+205+234=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #64CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDEA is #9B3215. Grayscale: #B0B0B0. Windows color (decimal): -10170902 or 15388004. OLE color: 15388004.
HSL color Cylindrical-coordinate representation of color #64CDEA: hue angle of 192.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CDEA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 205 | 234 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.08 |
| HSL | 192.99º | 0.76% | 0.65% | - |
| HSV(B) | 192.99º | 0.57% | 0.92% | - |
| XYZ | 41.94 | 52.31 | 85.73 | - |
| YUV | 176.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 234 | 0.57 | 0.12 | 0 | 0.08 | 192.99 | 0.76 | 0.65 |
| Hex | 64 | CD | EA | 39 | C | 0 | 8 | C1 | 4C | 41 |
| Octal | 144 | 315 | 352 | 71 | 14 | 0 | 10 | 301 | 114 | 101 |
| Binary | 1100100 | 11001101 | 11101010 | 111001 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000001 |
Color Harmonies of #64CDEA
Complementary color
Monochromatic Colors of #64CDEA
Black with #64CDEA
Text Example
Text Example
White with #64CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CDEA; }
p { color: rgb(100,205,234); }
H1.HeaderClassName
{
color: #64CDEA;
}
.AnyTagClassName
{
color: #64CDEA;
}
</style>
background-color css
<style>
a { background-color: #64CDEA; }
a { background-color: rgb(100,205,234); }
div.DivClassName
{
background-color: #64CDEA;
}
.BgClassName
{
background-color: #64CDEA;
}
</style>
border-color css
<style>
span { border-color: #64CDEA; }
span { border-color: rgb(100,205,234); }
td.TdClassName
{
border-color: #64CDEA;
}
.TagClassName
{
border-color: #64CDEA;
}
</style>