Shades of Turquoise Blue #65CFDB
Tints of Turquoise Blue #65CFDB
RGB
CMYK
RGB Variations
Color information
#65CFDB (or 0x65CFDB) is known color: Turquoise Blue. HEX triplet: 65, CF and DB. RGB value is (101,207,219). Sum of RGB (Red+Green+Blue) = 101+207+219=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #65CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDB is #9A3024. Grayscale: #B0B0B0. Windows color (decimal): -10104869 or 14405477. OLE color: 14405477.
HSL color Cylindrical-coordinate representation of color #65CFDB: hue angle of 186.1º degrees, saturation: 0.62, 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 #65CFDB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 207 | 219 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.14 |
| HSL | 186.1º | 0.62% | 0.63% | - |
| HSV(B) | 186.1º | 0.54% | 0.86% | - |
| XYZ | 40.47 | 52.51 | 75.02 | - |
| YUV | 176.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 219 | 0.54 | 0.05 | 0 | 0.14 | 186.1 | 0.62 | 0.63 |
| Hex | 65 | CF | DB | 36 | 5 | 0 | E | BA | 3E | 3F |
| Octal | 145 | 317 | 333 | 66 | 5 | 0 | 16 | 272 | 76 | 77 |
| Binary | 1100101 | 11001111 | 11011011 | 110110 | 101 | 0 | 1110 | 10111010 | 111110 | 111111 |
Color Harmonies of #65CFDB
Complementary color
Monochromatic Colors of #65CFDB
Black with #65CFDB
Text Example
Text Example
White with #65CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFDB; }
p { color: rgb(101,207,219); }
H1.HeaderClassName
{
color: #65CFDB;
}
.AnyTagClassName
{
color: #65CFDB;
}
</style>
background-color css
<style>
a { background-color: #65CFDB; }
a { background-color: rgb(101,207,219); }
div.DivClassName
{
background-color: #65CFDB;
}
.BgClassName
{
background-color: #65CFDB;
}
</style>
border-color css
<style>
span { border-color: #65CFDB; }
span { border-color: rgb(101,207,219); }
td.TdClassName
{
border-color: #65CFDB;
}
.TagClassName
{
border-color: #65CFDB;
}
</style>