Shades of Turquoise Blue #65E9E6
Tints of Turquoise Blue #65E9E6
RGB
CMYK
RGB Variations
Color information
#65E9E6 (or 0x65E9E6) is known color: Turquoise Blue. HEX triplet: 65, E9 and E6. RGB value is (101,233,230). Sum of RGB (Red+Green+Blue) = 101+233+230=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E9E6 is #9A1619. Grayscale: #C1C1C1. Windows color (decimal): -10098202 or 15133029. OLE color: 15133029.
HSL color Cylindrical-coordinate representation of color #65E9E6: hue angle of 178.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9E6 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 230 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.09 |
| HSL | 178.64º | 0.75% | 0.65% | - |
| HSV(B) | 178.64º | 0.57% | 0.91% | - |
| XYZ | 48.79 | 66.76 | 85.18 | - |
| YUV | 193.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 230 | 0.57 | 0 | 0.01 | 0.09 | 178.64 | 0.75 | 0.65 |
| Hex | 65 | E9 | E6 | 39 | 0 | 1 | 9 | B3 | 4B | 41 |
| Octal | 145 | 351 | 346 | 71 | 0 | 1 | 11 | 263 | 113 | 101 |
| Binary | 1100101 | 11101001 | 11100110 | 111001 | 0 | 1 | 1001 | 10110011 | 1001011 | 1000001 |
Color Harmonies of #65E9E6
Complementary color
Monochromatic Colors of #65E9E6
Black with #65E9E6
Text Example
Text Example
White with #65E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9E6; }
p { color: rgb(101,233,230); }
H1.HeaderClassName
{
color: #65E9E6;
}
.AnyTagClassName
{
color: #65E9E6;
}
</style>
background-color css
<style>
a { background-color: #65E9E6; }
a { background-color: rgb(101,233,230); }
div.DivClassName
{
background-color: #65E9E6;
}
.BgClassName
{
background-color: #65E9E6;
}
</style>
border-color css
<style>
span { border-color: #65E9E6; }
span { border-color: rgb(101,233,230); }
td.TdClassName
{
border-color: #65E9E6;
}
.TagClassName
{
border-color: #65E9E6;
}
</style>