Shades of Turquoise Blue #65E7D4
Tints of Turquoise Blue #65E7D4
RGB
CMYK
RGB Variations
Color information
#65E7D4 (or 0x65E7D4) is known color: Turquoise Blue. HEX triplet: 65, E7 and D4. RGB value is (101,231,212). Sum of RGB (Red+Green+Blue) = 101+231+212=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E7D4 is #9A182B. Grayscale: #BDBDBD. Windows color (decimal): -10098732 or 13952869. OLE color: 13952869.
HSL color Cylindrical-coordinate representation of color #65E7D4: hue angle of 171.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7D4 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 231 | 212 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.09 |
| HSL | 171.23º | 0.73% | 0.65% | - |
| HSV(B) | 171.23º | 0.56% | 0.91% | - |
| XYZ | 45.83 | 64.67 | 72.36 | - |
| YUV | 189.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 231 | 212 | 0.56 | 0 | 0.08 | 0.09 | 171.23 | 0.73 | 0.65 |
| Hex | 65 | E7 | D4 | 38 | 0 | 8 | 9 | AB | 49 | 41 |
| Octal | 145 | 347 | 324 | 70 | 0 | 10 | 11 | 253 | 111 | 101 |
| Binary | 1100101 | 11100111 | 11010100 | 111000 | 0 | 1000 | 1001 | 10101011 | 1001001 | 1000001 |
Color Harmonies of #65E7D4
Complementary color
Monochromatic Colors of #65E7D4
Black with #65E7D4
Text Example
Text Example
White with #65E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E7D4; }
p { color: rgb(101,231,212); }
H1.HeaderClassName
{
color: #65E7D4;
}
.AnyTagClassName
{
color: #65E7D4;
}
</style>
background-color css
<style>
a { background-color: #65E7D4; }
a { background-color: rgb(101,231,212); }
div.DivClassName
{
background-color: #65E7D4;
}
.BgClassName
{
background-color: #65E7D4;
}
</style>
border-color css
<style>
span { border-color: #65E7D4; }
span { border-color: rgb(101,231,212); }
td.TdClassName
{
border-color: #65E7D4;
}
.TagClassName
{
border-color: #65E7D4;
}
</style>