Shades of Turquoise Blue #65D0F1
Tints of Turquoise Blue #65D0F1
RGB
CMYK
RGB Variations
Color information
#65D0F1 (or 0x65D0F1) is known color: Turquoise Blue. HEX triplet: 65, D0 and F1. RGB value is (101,208,241). Sum of RGB (Red+Green+Blue) = 101+208+241=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #65D0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D0F1 is #9A2F0E. Grayscale: #B3B3B3. Windows color (decimal): -10104591 or 15847525. OLE color: 15847525.
HSL color Cylindrical-coordinate representation of color #65D0F1: hue angle of 194.14º degrees, saturation: 0.83, 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 #65D0F1 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 208 | 241 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.05 |
| HSL | 194.14º | 0.83% | 0.67% | - |
| HSV(B) | 194.14º | 0.58% | 0.95% | - |
| XYZ | 43.8 | 54.23 | 91.38 | - |
| YUV | 179.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 241 | 0.58 | 0.14 | 0 | 0.05 | 194.14 | 0.83 | 0.67 |
| Hex | 65 | D0 | F1 | 3A | E | 0 | 5 | C2 | 53 | 43 |
| Octal | 145 | 320 | 361 | 72 | 16 | 0 | 5 | 302 | 123 | 103 |
| Binary | 1100101 | 11010000 | 11110001 | 111010 | 1110 | 0 | 101 | 11000010 | 1010011 | 1000011 |
Color Harmonies of #65D0F1
Complementary color
Monochromatic Colors of #65D0F1
Black with #65D0F1
Text Example
Text Example
White with #65D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0F1; }
p { color: rgb(101,208,241); }
H1.HeaderClassName
{
color: #65D0F1;
}
.AnyTagClassName
{
color: #65D0F1;
}
</style>
background-color css
<style>
a { background-color: #65D0F1; }
a { background-color: rgb(101,208,241); }
div.DivClassName
{
background-color: #65D0F1;
}
.BgClassName
{
background-color: #65D0F1;
}
</style>
border-color css
<style>
span { border-color: #65D0F1; }
span { border-color: rgb(101,208,241); }
td.TdClassName
{
border-color: #65D0F1;
}
.TagClassName
{
border-color: #65D0F1;
}
</style>