Shades of Turquoise Blue #65F1E9
Tints of Turquoise Blue #65F1E9
RGB
CMYK
RGB Variations
Color information
#65F1E9 (or 0x65F1E9) is known color: Turquoise Blue. HEX triplet: 65, F1 and E9. RGB value is (101,241,233). Sum of RGB (Red+Green+Blue) = 101+241+233=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F1E9 is #9A0E16. Grayscale: #C6C6C6. Windows color (decimal): -10096151 or 15331685. OLE color: 15331685.
HSL color Cylindrical-coordinate representation of color #65F1E9: hue angle of 176.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F1E9 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 233 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.05 |
| HSL | 176.57º | 0.83% | 0.67% | - |
| HSV(B) | 176.57º | 0.58% | 0.95% | - |
| XYZ | 51.53 | 71.56 | 88.19 | - |
| YUV | 198.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 233 | 0.58 | 0 | 0.03 | 0.05 | 176.57 | 0.83 | 0.67 |
| Hex | 65 | F1 | E9 | 3A | 0 | 3 | 5 | B1 | 53 | 43 |
| Octal | 145 | 361 | 351 | 72 | 0 | 3 | 5 | 261 | 123 | 103 |
| Binary | 1100101 | 11110001 | 11101001 | 111010 | 0 | 11 | 101 | 10110001 | 1010011 | 1000011 |
Color Harmonies of #65F1E9
Complementary color
Monochromatic Colors of #65F1E9
Black with #65F1E9
Text Example
Text Example
White with #65F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F1E9; }
p { color: rgb(101,241,233); }
H1.HeaderClassName
{
color: #65F1E9;
}
.AnyTagClassName
{
color: #65F1E9;
}
</style>
background-color css
<style>
a { background-color: #65F1E9; }
a { background-color: rgb(101,241,233); }
div.DivClassName
{
background-color: #65F1E9;
}
.BgClassName
{
background-color: #65F1E9;
}
</style>
border-color css
<style>
span { border-color: #65F1E9; }
span { border-color: rgb(101,241,233); }
td.TdClassName
{
border-color: #65F1E9;
}
.TagClassName
{
border-color: #65F1E9;
}
</style>