Shades of Turquoise Blue #65E1D6
Tints of Turquoise Blue #65E1D6
RGB
CMYK
RGB Variations
Color information
#65E1D6 (or 0x65E1D6) is known color: Turquoise Blue. HEX triplet: 65, E1 and D6. RGB value is (101,225,214). Sum of RGB (Red+Green+Blue) = 101+225+214=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1D6 is #9A1E29. Grayscale: #BABABA. Windows color (decimal): -10100266 or 14082405. OLE color: 14082405.
HSL color Cylindrical-coordinate representation of color #65E1D6: hue angle of 174.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1D6 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 214 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.12 |
| HSL | 174.68º | 0.67% | 0.64% | - |
| HSV(B) | 174.68º | 0.55% | 0.88% | - |
| XYZ | 44.43 | 61.47 | 73.14 | - |
| YUV | 186.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 214 | 0.55 | 0 | 0.05 | 0.12 | 174.68 | 0.67 | 0.64 |
| Hex | 65 | E1 | D6 | 37 | 0 | 5 | C | AF | 43 | 40 |
| Octal | 145 | 341 | 326 | 67 | 0 | 5 | 14 | 257 | 103 | 100 |
| Binary | 1100101 | 11100001 | 11010110 | 110111 | 0 | 101 | 1100 | 10101111 | 1000011 | 1000000 |
Color Harmonies of #65E1D6
Complementary color
Monochromatic Colors of #65E1D6
Black with #65E1D6
Text Example
Text Example
White with #65E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1D6; }
p { color: rgb(101,225,214); }
H1.HeaderClassName
{
color: #65E1D6;
}
.AnyTagClassName
{
color: #65E1D6;
}
</style>
background-color css
<style>
a { background-color: #65E1D6; }
a { background-color: rgb(101,225,214); }
div.DivClassName
{
background-color: #65E1D6;
}
.BgClassName
{
background-color: #65E1D6;
}
</style>
border-color css
<style>
span { border-color: #65E1D6; }
span { border-color: rgb(101,225,214); }
td.TdClassName
{
border-color: #65E1D6;
}
.TagClassName
{
border-color: #65E1D6;
}
</style>