Shades of Turquoise Blue #65D3F3
Tints of Turquoise Blue #65D3F3
RGB
CMYK
RGB Variations
Color information
#65D3F3 (or 0x65D3F3) is known color: Turquoise Blue. HEX triplet: 65, D3 and F3. RGB value is (101,211,243). Sum of RGB (Red+Green+Blue) = 101+211+243=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #65D3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3F3 is #9A2C0C. Grayscale: #B5B5B5. Windows color (decimal): -10103821 or 15979365. OLE color: 15979365.
HSL color Cylindrical-coordinate representation of color #65D3F3: hue angle of 193.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65D3F3 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 211 | 243 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.05 |
| HSL | 193.52º | 0.86% | 0.67% | - |
| HSV(B) | 193.52º | 0.58% | 0.95% | - |
| XYZ | 44.84 | 55.83 | 93.21 | - |
| YUV | 181.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 243 | 0.58 | 0.13 | 0 | 0.05 | 193.52 | 0.86 | 0.67 |
| Hex | 65 | D3 | F3 | 3A | D | 0 | 5 | C2 | 56 | 43 |
| Octal | 145 | 323 | 363 | 72 | 15 | 0 | 5 | 302 | 126 | 103 |
| Binary | 1100101 | 11010011 | 11110011 | 111010 | 1101 | 0 | 101 | 11000010 | 1010110 | 1000011 |
Color Harmonies of #65D3F3
Complementary color
Monochromatic Colors of #65D3F3
Black with #65D3F3
Text Example
Text Example
White with #65D3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D3F3; }
p { color: rgb(101,211,243); }
H1.HeaderClassName
{
color: #65D3F3;
}
.AnyTagClassName
{
color: #65D3F3;
}
</style>
background-color css
<style>
a { background-color: #65D3F3; }
a { background-color: rgb(101,211,243); }
div.DivClassName
{
background-color: #65D3F3;
}
.BgClassName
{
background-color: #65D3F3;
}
</style>
border-color css
<style>
span { border-color: #65D3F3; }
span { border-color: rgb(101,211,243); }
td.TdClassName
{
border-color: #65D3F3;
}
.TagClassName
{
border-color: #65D3F3;
}
</style>