Shades of Turquoise Blue #65F1E8
Tints of Turquoise Blue #65F1E8
RGB
CMYK
RGB Variations
Color information
#65F1E8 (or 0x65F1E8) is known color: Turquoise Blue. HEX triplet: 65, F1 and E8. RGB value is (101,241,232). Sum of RGB (Red+Green+Blue) = 101+241+232=574 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.60% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F1E8 is #9A0E17. Grayscale: #C6C6C6. Windows color (decimal): -10096152 or 15266149. OLE color: 15266149.
HSL color Cylindrical-coordinate representation of color #65F1E8: hue angle of 176.14º 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 #65F1E8 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 232 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.05 |
| HSL | 176.14º | 0.83% | 0.67% | - |
| HSV(B) | 176.14º | 0.58% | 0.95% | - |
| XYZ | 51.39 | 71.5 | 87.44 | - |
| YUV | 198.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 232 | 0.58 | 0 | 0.04 | 0.05 | 176.14 | 0.83 | 0.67 |
| Hex | 65 | F1 | E8 | 3A | 0 | 4 | 5 | B0 | 53 | 43 |
| Octal | 145 | 361 | 350 | 72 | 0 | 4 | 5 | 260 | 123 | 103 |
| Binary | 1100101 | 11110001 | 11101000 | 111010 | 0 | 100 | 101 | 10110000 | 1010011 | 1000011 |
Color Harmonies of #65F1E8
Complementary color
Monochromatic Colors of #65F1E8
Black with #65F1E8
Text Example
Text Example
White with #65F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F1E8; }
p { color: rgb(101,241,232); }
H1.HeaderClassName
{
color: #65F1E8;
}
.AnyTagClassName
{
color: #65F1E8;
}
</style>
background-color css
<style>
a { background-color: #65F1E8; }
a { background-color: rgb(101,241,232); }
div.DivClassName
{
background-color: #65F1E8;
}
.BgClassName
{
background-color: #65F1E8;
}
</style>
border-color css
<style>
span { border-color: #65F1E8; }
span { border-color: rgb(101,241,232); }
td.TdClassName
{
border-color: #65F1E8;
}
.TagClassName
{
border-color: #65F1E8;
}
</style>