Shades of Turquoise Blue #65DFF6
Tints of Turquoise Blue #65DFF6
RGB
CMYK
RGB Variations
Color information
#65DFF6 (or 0x65DFF6) is known color: Turquoise Blue. HEX triplet: 65, DF and F6. RGB value is (101,223,246). Sum of RGB (Red+Green+Blue) = 101+223+246=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #65DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DFF6 is #9A2009. Grayscale: #BCBCBC. Windows color (decimal): -10100746 or 16179045. OLE color: 16179045.
HSL color Cylindrical-coordinate representation of color #65DFF6: hue angle of 189.52º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65DFF6 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 223 | 246 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.04 |
| HSL | 189.52º | 0.89% | 0.68% | - |
| HSV(B) | 189.52º | 0.59% | 0.96% | - |
| XYZ | 48.39 | 62.2 | 96.64 | - |
| YUV | 189.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 246 | 0.59 | 0.09 | 0 | 0.04 | 189.52 | 0.89 | 0.68 |
| Hex | 65 | DF | F6 | 3B | 9 | 0 | 4 | BE | 59 | 44 |
| Octal | 145 | 337 | 366 | 73 | 11 | 0 | 4 | 276 | 131 | 104 |
| Binary | 1100101 | 11011111 | 11110110 | 111011 | 1001 | 0 | 100 | 10111110 | 1011001 | 1000100 |
Color Harmonies of #65DFF6
Complementary color
Monochromatic Colors of #65DFF6
Black with #65DFF6
Text Example
Text Example
White with #65DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFF6; }
p { color: rgb(101,223,246); }
H1.HeaderClassName
{
color: #65DFF6;
}
.AnyTagClassName
{
color: #65DFF6;
}
</style>
background-color css
<style>
a { background-color: #65DFF6; }
a { background-color: rgb(101,223,246); }
div.DivClassName
{
background-color: #65DFF6;
}
.BgClassName
{
background-color: #65DFF6;
}
</style>
border-color css
<style>
span { border-color: #65DFF6; }
span { border-color: rgb(101,223,246); }
td.TdClassName
{
border-color: #65DFF6;
}
.TagClassName
{
border-color: #65DFF6;
}
</style>