Shades of Turquoise Blue #65CFE0
Tints of Turquoise Blue #65CFE0
RGB
CMYK
RGB Variations
Color information
#65CFE0 (or 0x65CFE0) is known color: Turquoise Blue. HEX triplet: 65, CF and E0. RGB value is (101,207,224). Sum of RGB (Red+Green+Blue) = 101+207+224=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #65CFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFE0 is #9A301F. Grayscale: #B1B1B1. Windows color (decimal): -10104864 or 14733157. OLE color: 14733157.
HSL color Cylindrical-coordinate representation of color #65CFE0: hue angle of 188.29º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CFE0 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 207 | 224 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.12 |
| HSL | 188.29º | 0.66% | 0.64% | - |
| HSV(B) | 188.29º | 0.55% | 0.88% | - |
| XYZ | 41.13 | 52.77 | 78.54 | - |
| YUV | 177.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 224 | 0.55 | 0.08 | 0 | 0.12 | 188.29 | 0.66 | 0.64 |
| Hex | 65 | CF | E0 | 37 | 8 | 0 | C | BC | 42 | 40 |
| Octal | 145 | 317 | 340 | 67 | 10 | 0 | 14 | 274 | 102 | 100 |
| Binary | 1100101 | 11001111 | 11100000 | 110111 | 1000 | 0 | 1100 | 10111100 | 1000010 | 1000000 |
Color Harmonies of #65CFE0
Complementary color
Monochromatic Colors of #65CFE0
Black with #65CFE0
Text Example
Text Example
White with #65CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFE0; }
p { color: rgb(101,207,224); }
H1.HeaderClassName
{
color: #65CFE0;
}
.AnyTagClassName
{
color: #65CFE0;
}
</style>
background-color css
<style>
a { background-color: #65CFE0; }
a { background-color: rgb(101,207,224); }
div.DivClassName
{
background-color: #65CFE0;
}
.BgClassName
{
background-color: #65CFE0;
}
</style>
border-color css
<style>
span { border-color: #65CFE0; }
span { border-color: rgb(101,207,224); }
td.TdClassName
{
border-color: #65CFE0;
}
.TagClassName
{
border-color: #65CFE0;
}
</style>