Shades of Turquoise Blue #65EFE4
Tints of Turquoise Blue #65EFE4
RGB
CMYK
RGB Variations
Color information
#65EFE4 (or 0x65EFE4) is known color: Turquoise Blue. HEX triplet: 65, EF and E4. RGB value is (101,239,228). Sum of RGB (Red+Green+Blue) = 101+239+228=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFE4 is #9A101B. Grayscale: #C4C4C4. Windows color (decimal): -10096668 or 15003493. OLE color: 15003493.
HSL color Cylindrical-coordinate representation of color #65EFE4: hue angle of 175.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFE4 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 228 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.06 |
| HSL | 175.22º | 0.81% | 0.67% | - |
| HSV(B) | 175.22º | 0.58% | 0.94% | - |
| XYZ | 50.24 | 70.1 | 84.28 | - |
| YUV | 196.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 228 | 0.58 | 0 | 0.05 | 0.06 | 175.22 | 0.81 | 0.67 |
| Hex | 65 | EF | E4 | 3A | 0 | 5 | 6 | AF | 51 | 43 |
| Octal | 145 | 357 | 344 | 72 | 0 | 5 | 6 | 257 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11100100 | 111010 | 0 | 101 | 110 | 10101111 | 1010001 | 1000011 |
Color Harmonies of #65EFE4
Complementary color
Monochromatic Colors of #65EFE4
Black with #65EFE4
Text Example
Text Example
White with #65EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFE4; }
p { color: rgb(101,239,228); }
H1.HeaderClassName
{
color: #65EFE4;
}
.AnyTagClassName
{
color: #65EFE4;
}
</style>
background-color css
<style>
a { background-color: #65EFE4; }
a { background-color: rgb(101,239,228); }
div.DivClassName
{
background-color: #65EFE4;
}
.BgClassName
{
background-color: #65EFE4;
}
</style>
border-color css
<style>
span { border-color: #65EFE4; }
span { border-color: rgb(101,239,228); }
td.TdClassName
{
border-color: #65EFE4;
}
.TagClassName
{
border-color: #65EFE4;
}
</style>