Shades of Turquoise Blue #65EFDF
Tints of Turquoise Blue #65EFDF
RGB
CMYK
RGB Variations
Color information
#65EFDF (or 0x65EFDF) is known color: Turquoise Blue. HEX triplet: 65, EF and DF. RGB value is (101,239,223). Sum of RGB (Red+Green+Blue) = 101+239+223=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFDF is #9A1020. Grayscale: #C3C3C3. Windows color (decimal): -10096673 or 14675813. OLE color: 14675813.
HSL color Cylindrical-coordinate representation of color #65EFDF: hue angle of 173.04º 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 #65EFDF is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 223 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.06 |
| HSL | 173.04º | 0.81% | 0.67% | - |
| HSV(B) | 173.04º | 0.58% | 0.94% | - |
| XYZ | 49.55 | 69.83 | 80.68 | - |
| YUV | 195.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 223 | 0.58 | 0 | 0.07 | 0.06 | 173.04 | 0.81 | 0.67 |
| Hex | 65 | EF | DF | 3A | 0 | 7 | 6 | AD | 51 | 43 |
| Octal | 145 | 357 | 337 | 72 | 0 | 7 | 6 | 255 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11011111 | 111010 | 0 | 111 | 110 | 10101101 | 1010001 | 1000011 |
Color Harmonies of #65EFDF
Complementary color
Monochromatic Colors of #65EFDF
Black with #65EFDF
Text Example
Text Example
White with #65EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFDF; }
p { color: rgb(101,239,223); }
H1.HeaderClassName
{
color: #65EFDF;
}
.AnyTagClassName
{
color: #65EFDF;
}
</style>
background-color css
<style>
a { background-color: #65EFDF; }
a { background-color: rgb(101,239,223); }
div.DivClassName
{
background-color: #65EFDF;
}
.BgClassName
{
background-color: #65EFDF;
}
</style>
border-color css
<style>
span { border-color: #65EFDF; }
span { border-color: rgb(101,239,223); }
td.TdClassName
{
border-color: #65EFDF;
}
.TagClassName
{
border-color: #65EFDF;
}
</style>