Shades of Turquoise Blue #65CDDF
Tints of Turquoise Blue #65CDDF
RGB
CMYK
RGB Variations
Color information
#65CDDF (or 0x65CDDF) is known color: Turquoise Blue. HEX triplet: 65, CD and DF. RGB value is (101,205,223). Sum of RGB (Red+Green+Blue) = 101+205+223=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDDF is #9A3220. Grayscale: #AFAFAF. Windows color (decimal): -10105377 or 14667109. OLE color: 14667109.
HSL color Cylindrical-coordinate representation of color #65CDDF: hue angle of 188.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CDDF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 205 | 223 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.13 |
| HSL | 188.85º | 0.66% | 0.64% | - |
| HSV(B) | 188.85º | 0.55% | 0.87% | - |
| XYZ | 40.52 | 51.76 | 77.67 | - |
| YUV | 175.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 223 | 0.55 | 0.08 | 0 | 0.13 | 188.85 | 0.66 | 0.64 |
| Hex | 65 | CD | DF | 37 | 8 | 0 | D | BD | 42 | 40 |
| Octal | 145 | 315 | 337 | 67 | 10 | 0 | 15 | 275 | 102 | 100 |
| Binary | 1100101 | 11001101 | 11011111 | 110111 | 1000 | 0 | 1101 | 10111101 | 1000010 | 1000000 |
Color Harmonies of #65CDDF
Complementary color
Monochromatic Colors of #65CDDF
Black with #65CDDF
Text Example
Text Example
White with #65CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDDF; }
p { color: rgb(101,205,223); }
H1.HeaderClassName
{
color: #65CDDF;
}
.AnyTagClassName
{
color: #65CDDF;
}
</style>
background-color css
<style>
a { background-color: #65CDDF; }
a { background-color: rgb(101,205,223); }
div.DivClassName
{
background-color: #65CDDF;
}
.BgClassName
{
background-color: #65CDDF;
}
</style>
border-color css
<style>
span { border-color: #65CDDF; }
span { border-color: rgb(101,205,223); }
td.TdClassName
{
border-color: #65CDDF;
}
.TagClassName
{
border-color: #65CDDF;
}
</style>