Shades of Turquoise Blue #65CFE7
Tints of Turquoise Blue #65CFE7
RGB
CMYK
RGB Variations
Color information
#65CFE7 (or 0x65CFE7) is known color: Turquoise Blue. HEX triplet: 65, CF and E7. RGB value is (101,207,231). Sum of RGB (Red+Green+Blue) = 101+207+231=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #65CFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFE7 is #9A3018. Grayscale: #B1B1B1. Windows color (decimal): -10104857 or 15191909. OLE color: 15191909.
HSL color Cylindrical-coordinate representation of color #65CFE7: hue angle of 191.08º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65CFE7 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 207 | 231 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.09 |
| HSL | 191.08º | 0.73% | 0.65% | - |
| HSV(B) | 191.08º | 0.56% | 0.91% | - |
| XYZ | 42.1 | 53.16 | 83.64 | - |
| YUV | 178.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 231 | 0.56 | 0.10 | 0 | 0.09 | 191.08 | 0.73 | 0.65 |
| Hex | 65 | CF | E7 | 38 | A | 0 | 9 | BF | 49 | 41 |
| Octal | 145 | 317 | 347 | 70 | 12 | 0 | 11 | 277 | 111 | 101 |
| Binary | 1100101 | 11001111 | 11100111 | 111000 | 1010 | 0 | 1001 | 10111111 | 1001001 | 1000001 |
Color Harmonies of #65CFE7
Complementary color
Monochromatic Colors of #65CFE7
Black with #65CFE7
Text Example
Text Example
White with #65CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFE7; }
p { color: rgb(101,207,231); }
H1.HeaderClassName
{
color: #65CFE7;
}
.AnyTagClassName
{
color: #65CFE7;
}
</style>
background-color css
<style>
a { background-color: #65CFE7; }
a { background-color: rgb(101,207,231); }
div.DivClassName
{
background-color: #65CFE7;
}
.BgClassName
{
background-color: #65CFE7;
}
</style>
border-color css
<style>
span { border-color: #65CFE7; }
span { border-color: rgb(101,207,231); }
td.TdClassName
{
border-color: #65CFE7;
}
.TagClassName
{
border-color: #65CFE7;
}
</style>