Shades of Turquoise Blue #65DFE9
Tints of Turquoise Blue #65DFE9
RGB
CMYK
RGB Variations
Color information
#65DFE9 (or 0x65DFE9) is known color: Turquoise Blue. HEX triplet: 65, DF and E9. RGB value is (101,223,233). Sum of RGB (Red+Green+Blue) = 101+223+233=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #65DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DFE9 is #9A2016. Grayscale: #BBBBBB. Windows color (decimal): -10100759 or 15327077. OLE color: 15327077.
HSL color Cylindrical-coordinate representation of color #65DFE9: hue angle of 184.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DFE9 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 223 | 233 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.09 |
| HSL | 184.55º | 0.75% | 0.65% | - |
| HSV(B) | 184.55º | 0.57% | 0.91% | - |
| XYZ | 46.46 | 61.43 | 86.5 | - |
| YUV | 187.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 233 | 0.57 | 0.04 | 0 | 0.09 | 184.55 | 0.75 | 0.65 |
| Hex | 65 | DF | E9 | 39 | 4 | 0 | 9 | B9 | 4B | 41 |
| Octal | 145 | 337 | 351 | 71 | 4 | 0 | 11 | 271 | 113 | 101 |
| Binary | 1100101 | 11011111 | 11101001 | 111001 | 100 | 0 | 1001 | 10111001 | 1001011 | 1000001 |
Color Harmonies of #65DFE9
Complementary color
Monochromatic Colors of #65DFE9
Black with #65DFE9
Text Example
Text Example
White with #65DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFE9; }
p { color: rgb(101,223,233); }
H1.HeaderClassName
{
color: #65DFE9;
}
.AnyTagClassName
{
color: #65DFE9;
}
</style>
background-color css
<style>
a { background-color: #65DFE9; }
a { background-color: rgb(101,223,233); }
div.DivClassName
{
background-color: #65DFE9;
}
.BgClassName
{
background-color: #65DFE9;
}
</style>
border-color css
<style>
span { border-color: #65DFE9; }
span { border-color: rgb(101,223,233); }
td.TdClassName
{
border-color: #65DFE9;
}
.TagClassName
{
border-color: #65DFE9;
}
</style>