Shades of Turquoise Blue #65CDEA
Tints of Turquoise Blue #65CDEA
RGB
CMYK
RGB Variations
Color information
#65CDEA (or 0x65CDEA) is known color: Turquoise Blue. HEX triplet: 65, CD and EA. RGB value is (101,205,234). Sum of RGB (Red+Green+Blue) = 101+205+234=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #65CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDEA is #9A3215. Grayscale: #B0B0B0. Windows color (decimal): -10105366 or 15388005. OLE color: 15388005.
HSL color Cylindrical-coordinate representation of color #65CDEA: hue angle of 193.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65CDEA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 205 | 234 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.08 |
| HSL | 193.08º | 0.76% | 0.66% | - |
| HSV(B) | 193.08º | 0.57% | 0.92% | - |
| XYZ | 42.05 | 52.37 | 85.73 | - |
| YUV | 177.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 234 | 0.57 | 0.12 | 0 | 0.08 | 193.08 | 0.76 | 0.66 |
| Hex | 65 | CD | EA | 39 | C | 0 | 8 | C1 | 4C | 42 |
| Octal | 145 | 315 | 352 | 71 | 14 | 0 | 10 | 301 | 114 | 102 |
| Binary | 1100101 | 11001101 | 11101010 | 111001 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000010 |
Color Harmonies of #65CDEA
Complementary color
Monochromatic Colors of #65CDEA
Black with #65CDEA
Text Example
Text Example
White with #65CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDEA; }
p { color: rgb(101,205,234); }
H1.HeaderClassName
{
color: #65CDEA;
}
.AnyTagClassName
{
color: #65CDEA;
}
</style>
background-color css
<style>
a { background-color: #65CDEA; }
a { background-color: rgb(101,205,234); }
div.DivClassName
{
background-color: #65CDEA;
}
.BgClassName
{
background-color: #65CDEA;
}
</style>
border-color css
<style>
span { border-color: #65CDEA; }
span { border-color: rgb(101,205,234); }
td.TdClassName
{
border-color: #65CDEA;
}
.TagClassName
{
border-color: #65CDEA;
}
</style>