Shades of Turquoise Blue #65EFDC
Tints of Turquoise Blue #65EFDC
RGB
CMYK
RGB Variations
Color information
#65EFDC (or 0x65EFDC) is known color: Turquoise Blue. HEX triplet: 65, EF and DC. RGB value is (101,239,220). Sum of RGB (Red+Green+Blue) = 101+239+220=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFDC is #9A1023. Grayscale: #C3C3C3. Windows color (decimal): -10096676 or 14479205. OLE color: 14479205.
HSL color Cylindrical-coordinate representation of color #65EFDC: hue angle of 171.74º 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 #65EFDC is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 220 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.06 |
| HSL | 171.74º | 0.81% | 0.67% | - |
| HSV(B) | 171.74º | 0.58% | 0.94% | - |
| XYZ | 49.15 | 69.67 | 78.57 | - |
| YUV | 195.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 220 | 0.58 | 0 | 0.08 | 0.06 | 171.74 | 0.81 | 0.67 |
| Hex | 65 | EF | DC | 3A | 0 | 8 | 6 | AC | 51 | 43 |
| Octal | 145 | 357 | 334 | 72 | 0 | 10 | 6 | 254 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11011100 | 111010 | 0 | 1000 | 110 | 10101100 | 1010001 | 1000011 |
Color Harmonies of #65EFDC
Complementary color
Monochromatic Colors of #65EFDC
Black with #65EFDC
Text Example
Text Example
White with #65EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFDC; }
p { color: rgb(101,239,220); }
H1.HeaderClassName
{
color: #65EFDC;
}
.AnyTagClassName
{
color: #65EFDC;
}
</style>
background-color css
<style>
a { background-color: #65EFDC; }
a { background-color: rgb(101,239,220); }
div.DivClassName
{
background-color: #65EFDC;
}
.BgClassName
{
background-color: #65EFDC;
}
</style>
border-color css
<style>
span { border-color: #65EFDC; }
span { border-color: rgb(101,239,220); }
td.TdClassName
{
border-color: #65EFDC;
}
.TagClassName
{
border-color: #65EFDC;
}
</style>