Shades of Turquoise Blue #65F0DD
Tints of Turquoise Blue #65F0DD
RGB
CMYK
RGB Variations
Color information
#65F0DD (or 0x65F0DD) is known color: Turquoise Blue. HEX triplet: 65, F0 and DD. RGB value is (101,240,221). Sum of RGB (Red+Green+Blue) = 101+240+221=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0DD is #9A0F22. Grayscale: #C4C4C4. Windows color (decimal): -10096419 or 14544997. OLE color: 14544997.
HSL color Cylindrical-coordinate representation of color #65F0DD: hue angle of 171.8º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0DD is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 221 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.06 |
| HSL | 171.8º | 0.82% | 0.67% | - |
| HSV(B) | 171.8º | 0.58% | 0.94% | - |
| XYZ | 49.58 | 70.31 | 79.36 | - |
| YUV | 196.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 221 | 0.58 | 0 | 0.08 | 0.06 | 171.8 | 0.82 | 0.67 |
| Hex | 65 | F0 | DD | 3A | 0 | 8 | 6 | AC | 52 | 43 |
| Octal | 145 | 360 | 335 | 72 | 0 | 10 | 6 | 254 | 122 | 103 |
| Binary | 1100101 | 11110000 | 11011101 | 111010 | 0 | 1000 | 110 | 10101100 | 1010010 | 1000011 |
Color Harmonies of #65F0DD
Complementary color
Monochromatic Colors of #65F0DD
Black with #65F0DD
Text Example
Text Example
White with #65F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F0DD; }
p { color: rgb(101,240,221); }
H1.HeaderClassName
{
color: #65F0DD;
}
.AnyTagClassName
{
color: #65F0DD;
}
</style>
background-color css
<style>
a { background-color: #65F0DD; }
a { background-color: rgb(101,240,221); }
div.DivClassName
{
background-color: #65F0DD;
}
.BgClassName
{
background-color: #65F0DD;
}
</style>
border-color css
<style>
span { border-color: #65F0DD; }
span { border-color: rgb(101,240,221); }
td.TdClassName
{
border-color: #65F0DD;
}
.TagClassName
{
border-color: #65F0DD;
}
</style>