Shades of Turquoise Blue #65DBFB
Tints of Turquoise Blue #65DBFB
RGB
CMYK
RGB Variations
Color information
#65DBFB (or 0x65DBFB) is known color: Turquoise Blue. HEX triplet: 65, DB and FB. RGB value is (101,219,251). Sum of RGB (Red+Green+Blue) = 101+219+251=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #65DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBFB is #9A2404. Grayscale: #BBBBBB. Windows color (decimal): -10101765 or 16505701. OLE color: 16505701.
HSL color Cylindrical-coordinate representation of color #65DBFB: hue angle of 192.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DBFB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 219 | 251 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.02 |
| HSL | 192.8º | 0.95% | 0.69% | - |
| HSV(B) | 192.8º | 0.6% | 0.98% | - |
| XYZ | 48.11 | 60.39 | 100.39 | - |
| YUV | 187.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 251 | 0.60 | 0.13 | 0 | 0.02 | 192.8 | 0.95 | 0.69 |
| Hex | 65 | DB | FB | 3C | D | 0 | 2 | C1 | 5F | 45 |
| Octal | 145 | 333 | 373 | 74 | 15 | 0 | 2 | 301 | 137 | 105 |
| Binary | 1100101 | 11011011 | 11111011 | 111100 | 1101 | 0 | 10 | 11000001 | 1011111 | 1000101 |
Color Harmonies of #65DBFB
Complementary color
Monochromatic Colors of #65DBFB
Black with #65DBFB
Text Example
Text Example
White with #65DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBFB; }
p { color: rgb(101,219,251); }
H1.HeaderClassName
{
color: #65DBFB;
}
.AnyTagClassName
{
color: #65DBFB;
}
</style>
background-color css
<style>
a { background-color: #65DBFB; }
a { background-color: rgb(101,219,251); }
div.DivClassName
{
background-color: #65DBFB;
}
.BgClassName
{
background-color: #65DBFB;
}
</style>
border-color css
<style>
span { border-color: #65DBFB; }
span { border-color: rgb(101,219,251); }
td.TdClassName
{
border-color: #65DBFB;
}
.TagClassName
{
border-color: #65DBFB;
}
</style>