Shades of Turquoise Blue #65D6EF
Tints of Turquoise Blue #65D6EF
RGB
CMYK
RGB Variations
Color information
#65D6EF (or 0x65D6EF) is known color: Turquoise Blue. HEX triplet: 65, D6 and EF. RGB value is (101,214,239). Sum of RGB (Red+Green+Blue) = 101+214+239=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #65D6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6EF is #9A2910. Grayscale: #B6B6B6. Windows color (decimal): -10103057 or 15717989. OLE color: 15717989.
HSL color Cylindrical-coordinate representation of color #65D6EF: hue angle of 190.87º 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 #65D6EF is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 214 | 239 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.06 |
| HSL | 190.87º | 0.81% | 0.67% | - |
| HSV(B) | 190.87º | 0.58% | 0.94% | - |
| XYZ | 44.99 | 57.09 | 90.31 | - |
| YUV | 183.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 239 | 0.58 | 0.10 | 0 | 0.06 | 190.87 | 0.81 | 0.67 |
| Hex | 65 | D6 | EF | 3A | A | 0 | 6 | BF | 51 | 43 |
| Octal | 145 | 326 | 357 | 72 | 12 | 0 | 6 | 277 | 121 | 103 |
| Binary | 1100101 | 11010110 | 11101111 | 111010 | 1010 | 0 | 110 | 10111111 | 1010001 | 1000011 |
Color Harmonies of #65D6EF
Complementary color
Monochromatic Colors of #65D6EF
Black with #65D6EF
Text Example
Text Example
White with #65D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D6EF; }
p { color: rgb(101,214,239); }
H1.HeaderClassName
{
color: #65D6EF;
}
.AnyTagClassName
{
color: #65D6EF;
}
</style>
background-color css
<style>
a { background-color: #65D6EF; }
a { background-color: rgb(101,214,239); }
div.DivClassName
{
background-color: #65D6EF;
}
.BgClassName
{
background-color: #65D6EF;
}
</style>
border-color css
<style>
span { border-color: #65D6EF; }
span { border-color: rgb(101,214,239); }
td.TdClassName
{
border-color: #65D6EF;
}
.TagClassName
{
border-color: #65D6EF;
}
</style>