Shades of Turquoise Blue #65EBEA
Tints of Turquoise Blue #65EBEA
RGB
CMYK
RGB Variations
Color information
#65EBEA (or 0x65EBEA) is known color: Turquoise Blue. HEX triplet: 65, EB and EA. RGB value is (101,235,234). Sum of RGB (Red+Green+Blue) = 101+235+234=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBEA is #9A1415. Grayscale: #C2C2C2. Windows color (decimal): -10097686 or 15395685. OLE color: 15395685.
HSL color Cylindrical-coordinate representation of color #65EBEA: hue angle of 179.55º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBEA is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 235 | 234 | - |
| CMYK | 0.57 | 0 | 0.00 | 0.08 |
| HSL | 179.55º | 0.77% | 0.66% | - |
| HSV(B) | 179.55º | 0.57% | 0.92% | - |
| XYZ | 49.93 | 68.12 | 88.36 | - |
| YUV | 194.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 235 | 234 | 0.57 | 0 | 0.00 | 0.08 | 179.55 | 0.77 | 0.66 |
| Hex | 65 | EB | EA | 39 | 0 | 0 | 8 | B4 | 4D | 42 |
| Octal | 145 | 353 | 352 | 71 | 0 | 0 | 10 | 264 | 115 | 102 |
| Binary | 1100101 | 11101011 | 11101010 | 111001 | 0 | 0 | 1000 | 10110100 | 1001101 | 1000010 |
Color Harmonies of #65EBEA
Complementary color
Monochromatic Colors of #65EBEA
Black with #65EBEA
Text Example
Text Example
White with #65EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EBEA; }
p { color: rgb(101,235,234); }
H1.HeaderClassName
{
color: #65EBEA;
}
.AnyTagClassName
{
color: #65EBEA;
}
</style>
background-color css
<style>
a { background-color: #65EBEA; }
a { background-color: rgb(101,235,234); }
div.DivClassName
{
background-color: #65EBEA;
}
.BgClassName
{
background-color: #65EBEA;
}
</style>
border-color css
<style>
span { border-color: #65EBEA; }
span { border-color: rgb(101,235,234); }
td.TdClassName
{
border-color: #65EBEA;
}
.TagClassName
{
border-color: #65EBEA;
}
</style>