Shades of Turquoise Blue #65CFEF
Tints of Turquoise Blue #65CFEF
RGB
CMYK
RGB Variations
Color information
#65CFEF (or 0x65CFEF) is known color: Turquoise Blue. HEX triplet: 65, CF and EF. RGB value is (101,207,239). Sum of RGB (Red+Green+Blue) = 101+207+239=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #65CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFEF is #9A3010. Grayscale: #B2B2B2. Windows color (decimal): -10104849 or 15716197. OLE color: 15716197.
HSL color Cylindrical-coordinate representation of color #65CFEF: hue angle of 193.91º degrees, saturation: 0.81, 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 #65CFEF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 207 | 239 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.06 |
| HSL | 193.91º | 0.81% | 0.67% | - |
| HSV(B) | 193.91º | 0.58% | 0.94% | - |
| XYZ | 43.26 | 53.62 | 89.73 | - |
| YUV | 178.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 239 | 0.58 | 0.13 | 0 | 0.06 | 193.91 | 0.81 | 0.67 |
| Hex | 65 | CF | EF | 3A | D | 0 | 6 | C2 | 51 | 43 |
| Octal | 145 | 317 | 357 | 72 | 15 | 0 | 6 | 302 | 121 | 103 |
| Binary | 1100101 | 11001111 | 11101111 | 111010 | 1101 | 0 | 110 | 11000010 | 1010001 | 1000011 |
Color Harmonies of #65CFEF
Complementary color
Monochromatic Colors of #65CFEF
Black with #65CFEF
Text Example
Text Example
White with #65CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFEF; }
p { color: rgb(101,207,239); }
H1.HeaderClassName
{
color: #65CFEF;
}
.AnyTagClassName
{
color: #65CFEF;
}
</style>
background-color css
<style>
a { background-color: #65CFEF; }
a { background-color: rgb(101,207,239); }
div.DivClassName
{
background-color: #65CFEF;
}
.BgClassName
{
background-color: #65CFEF;
}
</style>
border-color css
<style>
span { border-color: #65CFEF; }
span { border-color: rgb(101,207,239); }
td.TdClassName
{
border-color: #65CFEF;
}
.TagClassName
{
border-color: #65CFEF;
}
</style>