Shades of Turquoise Blue #65DBEE
Tints of Turquoise Blue #65DBEE
RGB
CMYK
RGB Variations
Color information
#65DBEE (or 0x65DBEE) is known color: Turquoise Blue. HEX triplet: 65, DB and EE. RGB value is (101,219,238). Sum of RGB (Red+Green+Blue) = 101+219+238=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #65DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBEE is #9A2411. Grayscale: #B9B9B9. Windows color (decimal): -10101778 or 15653733. OLE color: 15653733.
HSL color Cylindrical-coordinate representation of color #65DBEE: hue angle of 188.32º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DBEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 219 | 238 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.07 |
| HSL | 188.32º | 0.8% | 0.66% | - |
| HSV(B) | 188.32º | 0.58% | 0.93% | - |
| XYZ | 46.13 | 59.6 | 89.96 | - |
| YUV | 185.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 238 | 0.58 | 0.08 | 0 | 0.07 | 188.32 | 0.8 | 0.66 |
| Hex | 65 | DB | EE | 3A | 8 | 0 | 7 | BC | 50 | 42 |
| Octal | 145 | 333 | 356 | 72 | 10 | 0 | 7 | 274 | 120 | 102 |
| Binary | 1100101 | 11011011 | 11101110 | 111010 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000010 |
Color Harmonies of #65DBEE
Complementary color
Monochromatic Colors of #65DBEE
Black with #65DBEE
Text Example
Text Example
White with #65DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBEE; }
p { color: rgb(101,219,238); }
H1.HeaderClassName
{
color: #65DBEE;
}
.AnyTagClassName
{
color: #65DBEE;
}
</style>
background-color css
<style>
a { background-color: #65DBEE; }
a { background-color: rgb(101,219,238); }
div.DivClassName
{
background-color: #65DBEE;
}
.BgClassName
{
background-color: #65DBEE;
}
</style>
border-color css
<style>
span { border-color: #65DBEE; }
span { border-color: rgb(101,219,238); }
td.TdClassName
{
border-color: #65DBEE;
}
.TagClassName
{
border-color: #65DBEE;
}
</style>