Shades of Turquoise Blue #65CFD9
Tints of Turquoise Blue #65CFD9
RGB
CMYK
RGB Variations
Color information
#65CFD9 (or 0x65CFD9) is known color: Turquoise Blue. HEX triplet: 65, CF and D9. RGB value is (101,207,217). Sum of RGB (Red+Green+Blue) = 101+207+217=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #65CFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFD9 is #9A3026. Grayscale: #B0B0B0. Windows color (decimal): -10104871 or 14274405. OLE color: 14274405.
HSL color Cylindrical-coordinate representation of color #65CFD9: hue angle of 185.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CFD9 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 207 | 217 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.17º | 0.6% | 0.62% | - |
| HSV(B) | 185.17º | 0.53% | 0.85% | - |
| XYZ | 40.2 | 52.4 | 73.64 | - |
| YUV | 176.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 217 | 0.53 | 0.05 | 0 | 0.15 | 185.17 | 0.6 | 0.62 |
| Hex | 65 | CF | D9 | 35 | 5 | 0 | F | B9 | 3C | 3E |
| Octal | 145 | 317 | 331 | 65 | 5 | 0 | 17 | 271 | 74 | 76 |
| Binary | 1100101 | 11001111 | 11011001 | 110101 | 101 | 0 | 1111 | 10111001 | 111100 | 111110 |
Color Harmonies of #65CFD9
Complementary color
Monochromatic Colors of #65CFD9
Black with #65CFD9
Text Example
Text Example
White with #65CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFD9; }
p { color: rgb(101,207,217); }
H1.HeaderClassName
{
color: #65CFD9;
}
.AnyTagClassName
{
color: #65CFD9;
}
</style>
background-color css
<style>
a { background-color: #65CFD9; }
a { background-color: rgb(101,207,217); }
div.DivClassName
{
background-color: #65CFD9;
}
.BgClassName
{
background-color: #65CFD9;
}
</style>
border-color css
<style>
span { border-color: #65CFD9; }
span { border-color: rgb(101,207,217); }
td.TdClassName
{
border-color: #65CFD9;
}
.TagClassName
{
border-color: #65CFD9;
}
</style>