Shades of Turquoise Blue #65CFDC
Tints of Turquoise Blue #65CFDC
RGB
CMYK
RGB Variations
Color information
#65CFDC (or 0x65CFDC) is known color: Turquoise Blue. HEX triplet: 65, CF and DC. RGB value is (101,207,220). Sum of RGB (Red+Green+Blue) = 101+207+220=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #65CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDC is #9A3023. Grayscale: #B0B0B0. Windows color (decimal): -10104868 or 14471013. OLE color: 14471013.
HSL color Cylindrical-coordinate representation of color #65CFDC: hue angle of 186.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CFDC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 207 | 220 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.14 |
| HSL | 186.55º | 0.63% | 0.63% | - |
| HSV(B) | 186.55º | 0.54% | 0.86% | - |
| XYZ | 40.6 | 52.56 | 75.72 | - |
| YUV | 176.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 220 | 0.54 | 0.06 | 0 | 0.14 | 186.55 | 0.63 | 0.63 |
| Hex | 65 | CF | DC | 36 | 6 | 0 | E | BB | 3F | 3F |
| Octal | 145 | 317 | 334 | 66 | 6 | 0 | 16 | 273 | 77 | 77 |
| Binary | 1100101 | 11001111 | 11011100 | 110110 | 110 | 0 | 1110 | 10111011 | 111111 | 111111 |
Color Harmonies of #65CFDC
Complementary color
Monochromatic Colors of #65CFDC
Black with #65CFDC
Text Example
Text Example
White with #65CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFDC; }
p { color: rgb(101,207,220); }
H1.HeaderClassName
{
color: #65CFDC;
}
.AnyTagClassName
{
color: #65CFDC;
}
</style>
background-color css
<style>
a { background-color: #65CFDC; }
a { background-color: rgb(101,207,220); }
div.DivClassName
{
background-color: #65CFDC;
}
.BgClassName
{
background-color: #65CFDC;
}
</style>
border-color css
<style>
span { border-color: #65CFDC; }
span { border-color: rgb(101,207,220); }
td.TdClassName
{
border-color: #65CFDC;
}
.TagClassName
{
border-color: #65CFDC;
}
</style>