Shades of Turquoise Blue #65DBEF
Tints of Turquoise Blue #65DBEF
RGB
CMYK
RGB Variations
Color information
#65DBEF (or 0x65DBEF) is known color: Turquoise Blue. HEX triplet: 65, DB and EF. RGB value is (101,219,239). Sum of RGB (Red+Green+Blue) = 101+219+239=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #65DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBEF is #9A2410. Grayscale: #B9B9B9. Windows color (decimal): -10101777 or 15719269. OLE color: 15719269.
HSL color Cylindrical-coordinate representation of color #65DBEF: hue angle of 188.7º 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 #65DBEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 219 | 239 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.06 |
| HSL | 188.7º | 0.81% | 0.67% | - |
| HSV(B) | 188.7º | 0.58% | 0.94% | - |
| XYZ | 46.28 | 59.66 | 90.74 | - |
| YUV | 186 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 239 | 0.58 | 0.08 | 0 | 0.06 | 188.7 | 0.81 | 0.67 |
| Hex | 65 | DB | EF | 3A | 8 | 0 | 6 | BD | 51 | 43 |
| Octal | 145 | 333 | 357 | 72 | 10 | 0 | 6 | 275 | 121 | 103 |
| Binary | 1100101 | 11011011 | 11101111 | 111010 | 1000 | 0 | 110 | 10111101 | 1010001 | 1000011 |
Color Harmonies of #65DBEF
Complementary color
Monochromatic Colors of #65DBEF
Black with #65DBEF
Text Example
Text Example
White with #65DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBEF; }
p { color: rgb(101,219,239); }
H1.HeaderClassName
{
color: #65DBEF;
}
.AnyTagClassName
{
color: #65DBEF;
}
</style>
background-color css
<style>
a { background-color: #65DBEF; }
a { background-color: rgb(101,219,239); }
div.DivClassName
{
background-color: #65DBEF;
}
.BgClassName
{
background-color: #65DBEF;
}
</style>
border-color css
<style>
span { border-color: #65DBEF; }
span { border-color: rgb(101,219,239); }
td.TdClassName
{
border-color: #65DBEF;
}
.TagClassName
{
border-color: #65DBEF;
}
</style>