Shades of Turquoise Blue #65F3E2
Tints of Turquoise Blue #65F3E2
RGB
CMYK
RGB Variations
Color information
#65F3E2 (or 0x65F3E2) is known color: Turquoise Blue. HEX triplet: 65, F3 and E2. RGB value is (101,243,226). Sum of RGB (Red+Green+Blue) = 101+243+226=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F3E2 is #9A0C1D. Grayscale: #C6C6C6. Windows color (decimal): -10095646 or 14873445. OLE color: 14873445.
HSL color Cylindrical-coordinate representation of color #65F3E2: hue angle of 172.82º 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 #65F3E2 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 243 | 226 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.05 |
| HSL | 172.82º | 0.86% | 0.67% | - |
| HSV(B) | 172.82º | 0.58% | 0.95% | - |
| XYZ | 51.14 | 72.36 | 83.22 | - |
| YUV | 198.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 226 | 0.58 | 0 | 0.07 | 0.05 | 172.82 | 0.86 | 0.67 |
| Hex | 65 | F3 | E2 | 3A | 0 | 7 | 5 | AD | 56 | 43 |
| Octal | 145 | 363 | 342 | 72 | 0 | 7 | 5 | 255 | 126 | 103 |
| Binary | 1100101 | 11110011 | 11100010 | 111010 | 0 | 111 | 101 | 10101101 | 1010110 | 1000011 |
Color Harmonies of #65F3E2
Complementary color
Monochromatic Colors of #65F3E2
Black with #65F3E2
Text Example
Text Example
White with #65F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F3E2; }
p { color: rgb(101,243,226); }
H1.HeaderClassName
{
color: #65F3E2;
}
.AnyTagClassName
{
color: #65F3E2;
}
</style>
background-color css
<style>
a { background-color: #65F3E2; }
a { background-color: rgb(101,243,226); }
div.DivClassName
{
background-color: #65F3E2;
}
.BgClassName
{
background-color: #65F3E2;
}
</style>
border-color css
<style>
span { border-color: #65F3E2; }
span { border-color: rgb(101,243,226); }
td.TdClassName
{
border-color: #65F3E2;
}
.TagClassName
{
border-color: #65F3E2;
}
</style>