Shades of Turquoise Blue #65DDE8
Tints of Turquoise Blue #65DDE8
RGB
CMYK
RGB Variations
Color information
#65DDE8 (or 0x65DDE8) is known color: Turquoise Blue. HEX triplet: 65, DD and E8. RGB value is (101,221,232). Sum of RGB (Red+Green+Blue) = 101+221+232=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #65DDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDE8 is #9A2217. Grayscale: #BABABA. Windows color (decimal): -10101272 or 15261029. OLE color: 15261029.
HSL color Cylindrical-coordinate representation of color #65DDE8: hue angle of 185.04º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DDE8 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 221 | 232 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.09 |
| HSL | 185.04º | 0.74% | 0.65% | - |
| HSV(B) | 185.04º | 0.56% | 0.91% | - |
| XYZ | 45.79 | 60.31 | 85.57 | - |
| YUV | 186.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 232 | 0.56 | 0.05 | 0 | 0.09 | 185.04 | 0.74 | 0.65 |
| Hex | 65 | DD | E8 | 38 | 5 | 0 | 9 | B9 | 4A | 41 |
| Octal | 145 | 335 | 350 | 70 | 5 | 0 | 11 | 271 | 112 | 101 |
| Binary | 1100101 | 11011101 | 11101000 | 111000 | 101 | 0 | 1001 | 10111001 | 1001010 | 1000001 |
Color Harmonies of #65DDE8
Complementary color
Monochromatic Colors of #65DDE8
Black with #65DDE8
Text Example
Text Example
White with #65DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDE8; }
p { color: rgb(101,221,232); }
H1.HeaderClassName
{
color: #65DDE8;
}
.AnyTagClassName
{
color: #65DDE8;
}
</style>
background-color css
<style>
a { background-color: #65DDE8; }
a { background-color: rgb(101,221,232); }
div.DivClassName
{
background-color: #65DDE8;
}
.BgClassName
{
background-color: #65DDE8;
}
</style>
border-color css
<style>
span { border-color: #65DDE8; }
span { border-color: rgb(101,221,232); }
td.TdClassName
{
border-color: #65DDE8;
}
.TagClassName
{
border-color: #65DDE8;
}
</style>