Shades of Turquoise Blue #65CED7
Tints of Turquoise Blue #65CED7
RGB
CMYK
RGB Variations
Color information
#65CED7 (or 0x65CED7) is known color: Turquoise Blue. HEX triplet: 65, CE and D7. RGB value is (101,206,215). Sum of RGB (Red+Green+Blue) = 101+206+215=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #65CED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CED7 is #9A3128. Grayscale: #AFAFAF. Windows color (decimal): -10105129 or 14143077. OLE color: 14143077.
HSL color Cylindrical-coordinate representation of color #65CED7: hue angle of 184.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CED7 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 206 | 215 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.16 |
| HSL | 184.74º | 0.59% | 0.62% | - |
| HSV(B) | 184.74º | 0.53% | 0.84% | - |
| XYZ | 39.7 | 51.82 | 72.2 | - |
| YUV | 175.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 215 | 0.53 | 0.04 | 0 | 0.16 | 184.74 | 0.59 | 0.62 |
| Hex | 65 | CE | D7 | 35 | 4 | 0 | 10 | B9 | 3B | 3E |
| Octal | 145 | 316 | 327 | 65 | 4 | 0 | 20 | 271 | 73 | 76 |
| Binary | 1100101 | 11001110 | 11010111 | 110101 | 100 | 0 | 10000 | 10111001 | 111011 | 111110 |
Color Harmonies of #65CED7
Complementary color
Monochromatic Colors of #65CED7
Black with #65CED7
Text Example
Text Example
White with #65CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CED7; }
p { color: rgb(101,206,215); }
H1.HeaderClassName
{
color: #65CED7;
}
.AnyTagClassName
{
color: #65CED7;
}
</style>
background-color css
<style>
a { background-color: #65CED7; }
a { background-color: rgb(101,206,215); }
div.DivClassName
{
background-color: #65CED7;
}
.BgClassName
{
background-color: #65CED7;
}
</style>
border-color css
<style>
span { border-color: #65CED7; }
span { border-color: rgb(101,206,215); }
td.TdClassName
{
border-color: #65CED7;
}
.TagClassName
{
border-color: #65CED7;
}
</style>