Shades of Turquoise Blue #65CDF0
Tints of Turquoise Blue #65CDF0
RGB
CMYK
RGB Variations
Color information
#65CDF0 (or 0x65CDF0) is known color: Turquoise Blue. HEX triplet: 65, CD and F0. RGB value is (101,205,240). Sum of RGB (Red+Green+Blue) = 101+205+240=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #65CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF0 is #9A320F. Grayscale: #B1B1B1. Windows color (decimal): -10105360 or 15781221. OLE color: 15781221.
HSL color Cylindrical-coordinate representation of color #65CDF0: hue angle of 195.11º degrees, saturation: 0.82, 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 #65CDF0 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 205 | 240 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.06 |
| HSL | 195.11º | 0.82% | 0.67% | - |
| HSV(B) | 195.11º | 0.58% | 0.94% | - |
| XYZ | 42.93 | 52.72 | 90.35 | - |
| YUV | 177.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 240 | 0.58 | 0.15 | 0 | 0.06 | 195.11 | 0.82 | 0.67 |
| Hex | 65 | CD | F0 | 3A | F | 0 | 6 | C3 | 52 | 43 |
| Octal | 145 | 315 | 360 | 72 | 17 | 0 | 6 | 303 | 122 | 103 |
| Binary | 1100101 | 11001101 | 11110000 | 111010 | 1111 | 0 | 110 | 11000011 | 1010010 | 1000011 |
Color Harmonies of #65CDF0
Complementary color
Monochromatic Colors of #65CDF0
Black with #65CDF0
Text Example
Text Example
White with #65CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDF0; }
p { color: rgb(101,205,240); }
H1.HeaderClassName
{
color: #65CDF0;
}
.AnyTagClassName
{
color: #65CDF0;
}
</style>
background-color css
<style>
a { background-color: #65CDF0; }
a { background-color: rgb(101,205,240); }
div.DivClassName
{
background-color: #65CDF0;
}
.BgClassName
{
background-color: #65CDF0;
}
</style>
border-color css
<style>
span { border-color: #65CDF0; }
span { border-color: rgb(101,205,240); }
td.TdClassName
{
border-color: #65CDF0;
}
.TagClassName
{
border-color: #65CDF0;
}
</style>