Shades of Turquoise Blue #65DDFF
Tints of Turquoise Blue #65DDFF
RGB
CMYK
RGB Variations
Color information
#65DDFF (or 0x65DDFF) is known color: Turquoise Blue. HEX triplet: 65, DD and FF. RGB value is (101,221,255). Sum of RGB (Red+Green+Blue) = 101+221+255=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #65DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDFF is #9A2200. Grayscale: #BCBCBC. Windows color (decimal): -10101249 or 16768357. OLE color: 16768357.
HSL color Cylindrical-coordinate representation of color #65DDFF: hue angle of 193.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DDFF is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 221 | 255 | - |
| CMYK | 0.60 | 0.13 | 0 | 0 |
| HSL | 193.25º | 1% | 0.7% | - |
| HSV(B) | 193.25º | 0.6% | 1% | - |
| XYZ | 49.27 | 61.7 | 103.92 | - |
| YUV | 189 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 255 | 0.60 | 0.13 | 0 | 0 | 193.25 | 1 | 0.7 |
| Hex | 65 | DD | FF | 3C | D | 0 | 0 | C1 | 64 | 46 |
| Octal | 145 | 335 | 377 | 74 | 15 | 0 | 0 | 301 | 144 | 106 |
| Binary | 1100101 | 11011101 | 11111111 | 111100 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000110 |
Color Harmonies of #65DDFF
Complementary color
Monochromatic Colors of #65DDFF
Black with #65DDFF
Text Example
Text Example
White with #65DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDFF; }
p { color: rgb(101,221,255); }
H1.HeaderClassName
{
color: #65DDFF;
}
.AnyTagClassName
{
color: #65DDFF;
}
</style>
background-color css
<style>
a { background-color: #65DDFF; }
a { background-color: rgb(101,221,255); }
div.DivClassName
{
background-color: #65DDFF;
}
.BgClassName
{
background-color: #65DDFF;
}
</style>
border-color css
<style>
span { border-color: #65DDFF; }
span { border-color: rgb(101,221,255); }
td.TdClassName
{
border-color: #65DDFF;
}
.TagClassName
{
border-color: #65DDFF;
}
</style>