Shades of Turquoise Blue #65DDE3
Tints of Turquoise Blue #65DDE3
RGB
CMYK
RGB Variations
Color information
#65DDE3 (or 0x65DDE3) is known color: Turquoise Blue. HEX triplet: 65, DD and E3. RGB value is (101,221,227). Sum of RGB (Red+Green+Blue) = 101+221+227=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #65DDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDE3 is #9A221C. Grayscale: #B9B9B9. Windows color (decimal): -10101277 or 14933349. OLE color: 14933349.
HSL color Cylindrical-coordinate representation of color #65DDE3: hue angle of 182.86º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DDE3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 221 | 227 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.11 |
| HSL | 182.86º | 0.69% | 0.64% | - |
| HSV(B) | 182.86º | 0.56% | 0.89% | - |
| XYZ | 45.09 | 60.03 | 81.88 | - |
| YUV | 185.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 227 | 0.56 | 0.03 | 0 | 0.11 | 182.86 | 0.69 | 0.64 |
| Hex | 65 | DD | E3 | 38 | 3 | 0 | B | B7 | 45 | 40 |
| Octal | 145 | 335 | 343 | 70 | 3 | 0 | 13 | 267 | 105 | 100 |
| Binary | 1100101 | 11011101 | 11100011 | 111000 | 11 | 0 | 1011 | 10110111 | 1000101 | 1000000 |
Color Harmonies of #65DDE3
Complementary color
Monochromatic Colors of #65DDE3
Black with #65DDE3
Text Example
Text Example
White with #65DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDE3; }
p { color: rgb(101,221,227); }
H1.HeaderClassName
{
color: #65DDE3;
}
.AnyTagClassName
{
color: #65DDE3;
}
</style>
background-color css
<style>
a { background-color: #65DDE3; }
a { background-color: rgb(101,221,227); }
div.DivClassName
{
background-color: #65DDE3;
}
.BgClassName
{
background-color: #65DDE3;
}
</style>
border-color css
<style>
span { border-color: #65DDE3; }
span { border-color: rgb(101,221,227); }
td.TdClassName
{
border-color: #65DDE3;
}
.TagClassName
{
border-color: #65DDE3;
}
</style>