Shades of Turquoise Blue #65D3E5
Tints of Turquoise Blue #65D3E5
RGB
CMYK
RGB Variations
Color information
#65D3E5 (or 0x65D3E5) is known color: Turquoise Blue. HEX triplet: 65, D3 and E5. RGB value is (101,211,229). Sum of RGB (Red+Green+Blue) = 101+211+229=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #65D3E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D3E5 is #9A2C1A. Grayscale: #B3B3B3. Windows color (decimal): -10103835 or 15061861. OLE color: 15061861.
HSL color Cylindrical-coordinate representation of color #65D3E5: hue angle of 188.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65D3E5 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 211 | 229 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.10 |
| HSL | 188.44º | 0.71% | 0.65% | - |
| HSV(B) | 188.44º | 0.56% | 0.9% | - |
| XYZ | 42.8 | 55.01 | 82.49 | - |
| YUV | 180.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 229 | 0.56 | 0.08 | 0 | 0.10 | 188.44 | 0.71 | 0.65 |
| Hex | 65 | D3 | E5 | 38 | 8 | 0 | A | BC | 47 | 41 |
| Octal | 145 | 323 | 345 | 70 | 10 | 0 | 12 | 274 | 107 | 101 |
| Binary | 1100101 | 11010011 | 11100101 | 111000 | 1000 | 0 | 1010 | 10111100 | 1000111 | 1000001 |
Color Harmonies of #65D3E5
Complementary color
Monochromatic Colors of #65D3E5
Black with #65D3E5
Text Example
Text Example
White with #65D3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D3E5; }
p { color: rgb(101,211,229); }
H1.HeaderClassName
{
color: #65D3E5;
}
.AnyTagClassName
{
color: #65D3E5;
}
</style>
background-color css
<style>
a { background-color: #65D3E5; }
a { background-color: rgb(101,211,229); }
div.DivClassName
{
background-color: #65D3E5;
}
.BgClassName
{
background-color: #65D3E5;
}
</style>
border-color css
<style>
span { border-color: #65D3E5; }
span { border-color: rgb(101,211,229); }
td.TdClassName
{
border-color: #65D3E5;
}
.TagClassName
{
border-color: #65D3E5;
}
</style>