Shades of Turquoise Blue #65EFE0
Tints of Turquoise Blue #65EFE0
RGB
CMYK
RGB Variations
Color information
#65EFE0 (or 0x65EFE0) is known color: Turquoise Blue. HEX triplet: 65, EF and E0. RGB value is (101,239,224). Sum of RGB (Red+Green+Blue) = 101+239+224=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFE0 is #9A101F. Grayscale: #C3C3C3. Windows color (decimal): -10096672 or 14741349. OLE color: 14741349.
HSL color Cylindrical-coordinate representation of color #65EFE0: hue angle of 173.48º 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 #65EFE0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 224 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.06 |
| HSL | 173.48º | 0.81% | 0.67% | - |
| HSV(B) | 173.48º | 0.58% | 0.94% | - |
| XYZ | 49.69 | 69.88 | 81.39 | - |
| YUV | 196.03 | 143.78 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 224 | 0.58 | 0 | 0.06 | 0.06 | 173.48 | 0.81 | 0.67 |
| Hex | 65 | EF | E0 | 3A | 0 | 6 | 6 | AD | 51 | 43 |
| Octal | 145 | 357 | 340 | 72 | 0 | 6 | 6 | 255 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11100000 | 111010 | 0 | 110 | 110 | 10101101 | 1010001 | 1000011 |
Color Harmonies of #65EFE0
Complementary color
Monochromatic Colors of #65EFE0
Black with #65EFE0
Text Example
Text Example
White with #65EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFE0; }
p { color: rgb(101,239,224); }
H1.HeaderClassName
{
color: #65EFE0;
}
.AnyTagClassName
{
color: #65EFE0;
}
</style>
background-color css
<style>
a { background-color: #65EFE0; }
a { background-color: rgb(101,239,224); }
div.DivClassName
{
background-color: #65EFE0;
}
.BgClassName
{
background-color: #65EFE0;
}
</style>
border-color css
<style>
span { border-color: #65EFE0; }
span { border-color: rgb(101,239,224); }
td.TdClassName
{
border-color: #65EFE0;
}
.TagClassName
{
border-color: #65EFE0;
}
</style>