Shades of Turquoise Blue #65CFDD
Tints of Turquoise Blue #65CFDD
RGB
CMYK
RGB Variations
Color information
#65CFDD (or 0x65CFDD) is known color: Turquoise Blue. HEX triplet: 65, CF and DD. RGB value is (101,207,221). Sum of RGB (Red+Green+Blue) = 101+207+221=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #65CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDD is #9A3022. Grayscale: #B0B0B0. Windows color (decimal): -10104867 or 14536549. OLE color: 14536549.
HSL color Cylindrical-coordinate representation of color #65CFDD: hue angle of 187º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CFDD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 207 | 221 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.13 |
| HSL | 187º | 0.64% | 0.63% | - |
| HSV(B) | 187º | 0.54% | 0.87% | - |
| XYZ | 40.73 | 52.61 | 76.42 | - |
| YUV | 176.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 221 | 0.54 | 0.06 | 0 | 0.13 | 187 | 0.64 | 0.63 |
| Hex | 65 | CF | DD | 36 | 6 | 0 | D | BB | 40 | 3F |
| Octal | 145 | 317 | 335 | 66 | 6 | 0 | 15 | 273 | 100 | 77 |
| Binary | 1100101 | 11001111 | 11011101 | 110110 | 110 | 0 | 1101 | 10111011 | 1000000 | 111111 |
Color Harmonies of #65CFDD
Complementary color
Monochromatic Colors of #65CFDD
Black with #65CFDD
Text Example
Text Example
White with #65CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFDD; }
p { color: rgb(101,207,221); }
H1.HeaderClassName
{
color: #65CFDD;
}
.AnyTagClassName
{
color: #65CFDD;
}
</style>
background-color css
<style>
a { background-color: #65CFDD; }
a { background-color: rgb(101,207,221); }
div.DivClassName
{
background-color: #65CFDD;
}
.BgClassName
{
background-color: #65CFDD;
}
</style>
border-color css
<style>
span { border-color: #65CFDD; }
span { border-color: rgb(101,207,221); }
td.TdClassName
{
border-color: #65CFDD;
}
.TagClassName
{
border-color: #65CFDD;
}
</style>